aboutsummaryrefslogtreecommitdiff
path: root/tests/test-glib-proxy-proxy.c
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2010-02-09 22:15:18 -0600
committerTed Gould <ted@gould.cx>2010-02-09 22:15:18 -0600
commit999c17083310eb1e144602f62e999aed1203c3a0 (patch)
treec2331242bd83d252ab606c212057b17341e4198d /tests/test-glib-proxy-proxy.c
parent02108a4b99cc120d0543c04e6c0067184ca53889 (diff)
downloadlibdbusmenu-999c17083310eb1e144602f62e999aed1203c3a0.tar.gz
libdbusmenu-999c17083310eb1e144602f62e999aed1203c3a0.tar.bz2
libdbusmenu-999c17083310eb1e144602f62e999aed1203c3a0.zip
Connecting to the proxy baby.
Diffstat (limited to 'tests/test-glib-proxy-proxy.c')
-rw-r--r--tests/test-glib-proxy-proxy.c3
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;
}