aboutsummaryrefslogtreecommitdiff
path: root/tests/test-libappindicator-status-client.c
diff options
context:
space:
mode:
authorCharles Kerr <charles.kerr@canonical.com>2013-01-29 11:57:42 -0600
committerCharles Kerr <charles.kerr@canonical.com>2013-01-29 11:57:42 -0600
commit345b7af04ab99882da94328308e6a65bc2df5b31 (patch)
treef9e1245b0122adf7c45a0e9bf966ce361131e5de /tests/test-libappindicator-status-client.c
parent82b3dc0d5c08a789641eeb475d393ceb82c0b959 (diff)
downloadlibayatana-appindicator-345b7af04ab99882da94328308e6a65bc2df5b31.tar.gz
libayatana-appindicator-345b7af04ab99882da94328308e6a65bc2df5b31.tar.bz2
libayatana-appindicator-345b7af04ab99882da94328308e6a65bc2df5b31.zip
flush the dbus connection before exiting test-libappindicator-status-server
Diffstat (limited to 'tests/test-libappindicator-status-client.c')
-rw-r--r--tests/test-libappindicator-status-client.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test-libappindicator-status-client.c b/tests/test-libappindicator-status-client.c
index 50e9c08..cd60e6c 100644
--- a/tests/test-libappindicator-status-client.c
+++ b/tests/test-libappindicator-status-client.c
@@ -116,7 +116,7 @@ main (gint argc, gchar * argv[])
return 1;
}
- DBusGProxy * bus_proxy = dbus_g_proxy_new_for_name(session_bus, DBUS_SERVICE_DBUS, DBUS_PATH_DBUS, DBUS_INTERFACE_DBUS);
+ DBusGProxy * bus_proxy = dbus_g_proxy_new_for_name(session_bus, DBUS_SERVICE_DBUS, DBUS_PATH_DBUS, DBUS_INTERFACE_DBUS);
guint nameret = 0;
if (!org_freedesktop_DBus_request_name(bus_proxy, NOTIFICATION_WATCHER_DBUS_ADDR, 0, &nameret, &error)) {