diff options
author | Ted Gould <ted@gould.cx> | 2010-02-12 16:45:52 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-02-12 16:45:52 -0600 |
commit | bdbd32b98a1742878aaa26416c11f88a0f09c627 (patch) | |
tree | 7a3bc9141cd845a6fc9f3b95cfab0550b2cdcb57 | |
parent | 2016dbb8bcacf970d5a4636d922597164cd66704 (diff) | |
download | libdbusmenu-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
-rw-r--r-- | tests/test-glib-proxy-server.c | 2 |
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) { |