diff options
author | Ted Gould <ted@gould.cx> | 2010-02-10 14:54:32 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-02-10 14:54:32 -0600 |
commit | 83c4c2b3a38f642b3fd0af7e9685ce3682e178d1 (patch) | |
tree | 9dfc60f3a861203b9d3ba53199eb025334d988ef /tests | |
parent | b97fc51147023d89368411bc408c1333c276f515 (diff) | |
download | libdbusmenu-83c4c2b3a38f642b3fd0af7e9685ce3682e178d1.tar.gz libdbusmenu-83c4c2b3a38f642b3fd0af7e9685ce3682e178d1.tar.bz2 libdbusmenu-83c4c2b3a38f642b3fd0af7e9685ce3682e178d1.zip |
Making submenus to cause layout changes to queue both sides as the root item isn't changing.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/test-glib-proxy.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/test-glib-proxy.h b/tests/test-glib-proxy.h index c0c929a..4018fdf 100644 --- a/tests/test-glib-proxy.h +++ b/tests/test-glib-proxy.h @@ -108,8 +108,8 @@ proplayout_t submenu_4_0[] = { proplayout_t layouts[] = { {id: 1, properties: props1, submenu: NULL}, - {id: 10, properties: props2, submenu: NULL}, - {id: 20, properties: props3, submenu: NULL}, + {id: 10, properties: props2, submenu: submenu_4_1}, + {id: 20, properties: props3, submenu: submenu_4_2}, {id: 100, properties: props2, submenu: submenu_4_0}, {id: -1, properties: NULL, submenu: NULL} }; |