diff options
author | Ted Gould <ted@canonical.com> | 2009-08-04 16:34:08 +0100 |
---|---|---|
committer | Ted Gould <ted@canonical.com> | 2009-08-04 16:34:08 +0100 |
commit | f5c8526e3bb73345242ea37c337562182351020b (patch) | |
tree | 432cb5de765f8484daa87646c0a60d3bac6b3f4f /tests/test-glib-layout-client.c | |
parent | ec5c382624da19a1a83d1e75d21f74778df01f38 (diff) | |
parent | 92f690257a45e81b86b39fc77ce1fe10c7b4908a (diff) | |
download | libdbusmenu-f5c8526e3bb73345242ea37c337562182351020b.tar.gz libdbusmenu-f5c8526e3bb73345242ea37c337562182351020b.tar.bz2 libdbusmenu-f5c8526e3bb73345242ea37c337562182351020b.zip |
Merging in the development branches
Diffstat (limited to 'tests/test-glib-layout-client.c')
-rw-r--r-- | tests/test-glib-layout-client.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/test-glib-layout-client.c b/tests/test-glib-layout-client.c index 7a53443..1b74544 100644 --- a/tests/test-glib-layout-client.c +++ b/tests/test-glib-layout-client.c @@ -88,6 +88,10 @@ layout_updated (DbusmenuClient * client, gpointer data) layouton++; + if (layouts[layouton].id == 0) { + g_main_loop_quit(mainloop); + } + return; } |