upload tizen1.0 source
[profile/ivi/obexd.git] / plugins / phonebook-tizen.c
index 3414c18..f08ddf7 100644 (file)
@@ -512,9 +512,9 @@ int get_phonebook_data(const char *query, const char *call_type,
 
        DBG("call_type:%s", call_type);
 
-       conn = dbus_bus_get(DBUS_BUS_SYSTEM, NULL);
+       conn = dbus_bus_get(DBUS_BUS_SESSION, NULL);
        if (!conn) {
-               error("Can't get on system bus");
+               error("Can't get on session bus");
                return -1;
        }