summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsanghyeok.oh <sanghyeok.oh@samsung.com>2018-07-02 18:04:11 +0900
committersanghyeok.oh <sanghyeok.oh@samsung.com>2018-07-02 18:04:19 +0900
commit5927e0a424646d5e861ce9f04a1e91a0dbd26567 (patch)
tree447d74fd97cf54c86a5f66e10d05fe71616ea08f
parent40e201a944a48856b6e11cfeafa51a6b35bcf457 (diff)
downloadlibsvi-submit/tizen/20180704.010647.tar.gz
libsvi-submit/tizen/20180704.010647.tar.bz2
libsvi-submit/tizen/20180704.010647.zip
Change-Id: I2328c7cd6f7e73411cf07313ae66647a58b77ed0 Signed-off-by: sanghyeok.oh <sanghyeok.oh@samsung.com>
-rw-r--r--src/dbus.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dbus.c b/src/dbus.c
index ad6d0bb..d5f493c 100644
--- a/src/dbus.c
+++ b/src/dbus.c
@@ -234,7 +234,7 @@ static GDBusProxy *get_proxy_from_proxy_pool(const char *dest,
}
proxy = g_dbus_proxy_new_sync(conn,
- G_DBUS_PROXY_FLAGS_NONE,
+ G_DBUS_PROXY_FLAGS_DO_NOT_LOAD_PROPERTIES,
NULL, /* GDBusinterfaceinfo */
dest, /* bus name */
path, /* object path */