diff options
author | Ted Gould <ted@gould.cx> | 2010-02-25 10:21:19 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-02-25 10:21:19 -0600 |
commit | 99cc36a40cfe6694e119b3f5e9292f5bca931dd0 (patch) | |
tree | 69571ad6b22d2d0c67ae501432ec0edbf8ebefe0 /tests/test-glib-proxy.h | |
parent | 2fbb0fde5d48b456821e97394017aa6b85302bcd (diff) | |
parent | 70dbdabe93be35352fb29f8d63f52d710d8544e3 (diff) | |
download | libdbusmenu-99cc36a40cfe6694e119b3f5e9292f5bca931dd0.tar.gz libdbusmenu-99cc36a40cfe6694e119b3f5e9292f5bca931dd0.tar.bz2 libdbusmenu-99cc36a40cfe6694e119b3f5e9292f5bca931dd0.zip |
* Upstream release 0.2.6
* Fix testing to make it more reliable
* Remove delayed property queueing as it was causing
properties to not get updated.
Diffstat (limited to 'tests/test-glib-proxy.h')
-rw-r--r-- | tests/test-glib-proxy.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/test-glib-proxy.h b/tests/test-glib-proxy.h index bc12df6..7bb58b6 100644 --- a/tests/test-glib-proxy.h +++ b/tests/test-glib-proxy.h @@ -22,6 +22,8 @@ with this program. If not, see <http://www.gnu.org/licenses/>. #include <glib.h> +#define LAYOUT_ON "proxy-layout-on" + typedef struct _proplayout_t proplayout_t; struct _proplayout_t { gint id; @@ -132,7 +134,7 @@ proplayout_t submenu_5_1[] = { }; proplayout_t layouts[] = { - {id: 1, properties: props1, submenu: NULL}, + {id: 1, properties: props1, submenu: submenu_5_5}, {id: 10, properties: props2, submenu: submenu_4_1}, {id: 20, properties: props3, submenu: submenu_4_2}, {id: 100, properties: props2, submenu: submenu_4_0}, |