aboutsummaryrefslogtreecommitdiff
path: root/tests/test-glib-proxy-server.c
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2010-02-12 16:45:52 -0600
committerTed Gould <ted@gould.cx>2010-02-12 16:45:52 -0600
commitbdbd32b98a1742878aaa26416c11f88a0f09c627 (patch)
tree7a3bc9141cd845a6fc9f3b95cfab0550b2cdcb57 /tests/test-glib-proxy-server.c
parent2016dbb8bcacf970d5a4636d922597164cd66704 (diff)
downloadlibdbusmenu-bdbd32b98a1742878aaa26416c11f88a0f09c627.tar.gz
libdbusmenu-bdbd32b98a1742878aaa26416c11f88a0f09c627.tar.bz2
libdbusmenu-bdbd32b98a1742878aaa26416c11f88a0f09c627.zip
not setting the IDs as we're not using them on the other side anyway
Diffstat (limited to 'tests/test-glib-proxy-server.c')
-rw-r--r--tests/test-glib-proxy-server.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test-glib-proxy-server.c b/tests/test-glib-proxy-server.c
index 4458acf..cba8ec7 100644
--- a/tests/test-glib-proxy-server.c
+++ b/tests/test-glib-proxy-server.c
@@ -49,7 +49,7 @@ layout2menuitem (proplayout_t * layout)
{
if (layout == NULL || layout->id == -1) return NULL;
- DbusmenuMenuitem * local = dbusmenu_menuitem_new_with_id(layout->id);
+ DbusmenuMenuitem * local = dbusmenu_menuitem_new();
set_props(local, layout->properties);
if (layout->submenu != NULL) {