diff options
author | Ted Gould <ted@gould.cx> | 2010-02-09 22:15:18 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-02-09 22:15:18 -0600 |
commit | 999c17083310eb1e144602f62e999aed1203c3a0 (patch) | |
tree | c2331242bd83d252ab606c212057b17341e4198d /tests | |
parent | 02108a4b99cc120d0543c04e6c0067184ca53889 (diff) | |
download | libdbusmenu-999c17083310eb1e144602f62e999aed1203c3a0.tar.gz libdbusmenu-999c17083310eb1e144602f62e999aed1203c3a0.tar.bz2 libdbusmenu-999c17083310eb1e144602f62e999aed1203c3a0.zip |
Connecting to the proxy baby.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/test-glib-proxy-proxy.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/test-glib-proxy-proxy.c b/tests/test-glib-proxy-proxy.c index 93a4b7a..79850b0 100644 --- a/tests/test-glib-proxy-proxy.c +++ b/tests/test-glib-proxy-proxy.c @@ -6,6 +6,7 @@ #include <dbus/dbus-glib-bindings.h> #include <libdbusmenu-glib/menuitem.h> +#include <libdbusmenu-glib/menuitem-proxy.h> #include <libdbusmenu-glib/server.h> #include <libdbusmenu-glib/client.h> @@ -24,7 +25,7 @@ root_changed (DbusmenuClient * client, DbusmenuMenuitem * newroot, gpointer user return; } - DbusmenuMenuitem * pmi;// = dbusmenu_menuitem_proxy_new(newroot); + DbusmenuMenuitemProxy * pmi = dbusmenu_menuitem_proxy_new(newroot); dbusmenu_server_set_root(server, DBUSMENU_MENUITEM(pmi)); return; } |