[Common] Initialize e-dbus 69/99069/1
authorGeunsun, Lee <gs86.lee@samsung.com>
Tue, 22 Nov 2016 00:10:44 +0000 (09:10 +0900)
committerGeunsun, Lee <gs86.lee@samsung.com>
Tue, 22 Nov 2016 00:10:44 +0000 (09:10 +0900)
Change-Id: I4b364294c2b12b8b6d072af898e7ac738490873f

src/common/starter.c

index 8b4ab84..9294ec0 100755 (executable)
@@ -261,6 +261,8 @@ static void _init(struct appdata *ad)
        status_register();
        status_active_register_cb(STATUS_ACTIVE_KEY_SYSMAN_POWER_OFF_STATUS, _power_off_cb, NULL);
 
+       e_dbus_init();
+
        /*
         * If 'VCONFKEY_BOOT_ANIMATION_FINISHED' is already 1,
         * it is not necessary to register vconfkey callback function.