diff options
author | Ted Gould <ted@canonical.com> | 2009-05-19 00:19:48 +0200 |
---|---|---|
committer | Ted Gould <ted@canonical.com> | 2009-05-19 00:19:48 +0200 |
commit | febdeee323173b3019fc78f5ed0453a99249eb19 (patch) | |
tree | 6c28166cbc2fcde33ada1be7b9fbcdd8a7b8f62e /libdbusmenu-glib | |
parent | 6faaaaf2a55589832d0c692e13fd8da25cb2dfc9 (diff) | |
download | libdbusmenu-febdeee323173b3019fc78f5ed0453a99249eb19.tar.gz libdbusmenu-febdeee323173b3019fc78f5ed0453a99249eb19.tar.bz2 libdbusmenu-febdeee323173b3019fc78f5ed0453a99249eb19.zip |
Use the new proprties_copy function to make DBus work :)
Diffstat (limited to 'libdbusmenu-glib')
-rw-r--r-- | libdbusmenu-glib/server.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libdbusmenu-glib/server.c b/libdbusmenu-glib/server.c index 61f8e86..c865824 100644 --- a/libdbusmenu-glib/server.c +++ b/libdbusmenu-glib/server.c @@ -418,6 +418,8 @@ _dbusmenu_server_get_properties (DbusmenuServer * server, guint id, GHashTable * return FALSE; } + *dict = dbusmenu_menuitem_properties_copy(mi); + return TRUE; } |