Chage the GDBusProxyFlags to launch mobileap-agent on demand 30/66930/1 accepted/tizen/common/20160422.172021 accepted/tizen/ivi/20160422.070445 accepted/tizen/mobile/20160422.070556 accepted/tizen/tv/20160422.070437 accepted/tizen/wearable/20160422.070436 submit/tizen/20160422.054631
authorSeonah Moon <seonah1.moon@samsung.com>
Fri, 22 Apr 2016 05:23:55 +0000 (14:23 +0900)
committerSeonah Moon <seonah1.moon@samsung.com>
Fri, 22 Apr 2016 05:24:14 +0000 (14:24 +0900)
Change-Id: Iac3d01cfdecd05fa4cb766f88f4d70ea15d528ad
Signed-off-by: Seonah Moon <seonah1.moon@samsung.com>
packaging/capi-network-tethering.spec
src/tethering.c

index 02894c1..cb3cd74 100644 (file)
@@ -1,6 +1,6 @@
 Name:          capi-network-tethering
 Summary:       Tethering Framework
-Version:       1.0.33
+Version:       1.0.34
 Release:       1
 Group:         System/Network
 License:       Apache-2.0
index 8e5a043..9be81cf 100755 (executable)
@@ -1556,7 +1556,7 @@ API int tethering_create(tethering_h *tethering)
        }
        th->cancellable = cancellable;
 
-       th->client_bus_proxy = g_dbus_proxy_new_sync(th->client_bus, G_DBUS_PROXY_FLAGS_NONE,
+       th->client_bus_proxy = g_dbus_proxy_new_sync(th->client_bus, G_DBUS_PROXY_FLAGS_DO_NOT_AUTO_START_AT_CONSTRUCTION,
                        NULL, TETHERING_SERVICE_NAME, TETHERING_SERVICE_OBJECT_PATH,
                        TETHERING_SERVICE_INTERFACE, th->cancellable, &error);
        if (!th->client_bus_proxy) {