diff options
author | Ted Gould <ted@gould.cx> | 2010-08-05 16:05:28 -0500 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-08-05 16:05:28 -0500 |
commit | 9291697e3e6d4270a7f6200c0dc3d85743feb6d2 (patch) | |
tree | 74883a6ac209fef0471329dce5209292112d03d2 /src/dbus-properties-client.h | |
parent | 17dea0907c51dfb39686f6840a9404467d79db82 (diff) | |
parent | 247e5a1ac3f714f831bea27fa87170b0ac7fec64 (diff) | |
download | ayatana-indicator-application-9291697e3e6d4270a7f6200c0dc3d85743feb6d2.tar.gz ayatana-indicator-application-9291697e3e6d4270a7f6200c0dc3d85743feb6d2.tar.bz2 ayatana-indicator-application-9291697e3e6d4270a7f6200c0dc3d85743feb6d2.zip |
Support dynamically changing the icon theme path.
Diffstat (limited to 'src/dbus-properties-client.h')
-rw-r--r-- | src/dbus-properties-client.h | 2 |
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; |