aboutsummaryrefslogtreecommitdiff
path: root/src/dbus-properties-client.h
diff options
context:
space:
mode:
authorMichael Terry <michael.terry@canonical.com>2010-06-19 09:34:12 -0400
committerMichael Terry <michael.terry@canonical.com>2010-06-19 09:34:12 -0400
commit60abdc2090b0a77e98011b4952bfad396db57626 (patch)
tree29d1c8a74bdb4d74059c926540203c24f5d0494d /src/dbus-properties-client.h
parente1f36a8445d1851f15a396ba5488119c298e593d (diff)
downloadayatana-indicator-application-60abdc2090b0a77e98011b4952bfad396db57626.tar.gz
ayatana-indicator-application-60abdc2090b0a77e98011b4952bfad396db57626.tar.bz2
ayatana-indicator-application-60abdc2090b0a77e98011b4952bfad396db57626.zip
use gtk3 versions of dbusmenu and indicator; use appindicator3 0.1 rather than appindicator 3.1
Diffstat (limited to 'src/dbus-properties-client.h')
-rw-r--r--src/dbus-properties-client.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dbus-properties-client.h b/src/dbus-properties-client.h
index dc9f299..6f08e78 100644
--- a/src/dbus-properties-client.h
+++ b/src/dbus-properties-client.h
@@ -39,7 +39,7 @@ org_freedesktop_DBus_Properties_get_async_callback (DBusGProxy *proxy, DBusGProx
{
DBusGAsyncData *data = (DBusGAsyncData*) user_data;
GError *error = NULL;
- GValue OUT_Value = {0};
+ GValue OUT_Value = { 0, };
dbus_g_proxy_end_call (proxy, call, &error, G_TYPE_VALUE, &OUT_Value, G_TYPE_INVALID);
(*(org_freedesktop_DBus_Properties_get_reply)data->cb) (proxy, OUT_Value, error, data->userdata);
return;