diff options
author | Ted Gould <ted@gould.cx> | 2009-12-08 09:45:54 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2009-12-08 09:45:54 -0600 |
commit | fc124ce1467fc31abe6c20067406f291da47d268 (patch) | |
tree | d2541b39c3919fe8f953ed5231a8eec07669782d /tests | |
parent | 9f63aa6cf1a4369b9df11dabcfa8d179b30c04da (diff) | |
download | libdbusmenu-fc124ce1467fc31abe6c20067406f291da47d268.tar.gz libdbusmenu-fc124ce1467fc31abe6c20067406f291da47d268.tar.bz2 libdbusmenu-fc124ce1467fc31abe6c20067406f291da47d268.zip |
Passing on timeout for the gtk client.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/test-gtk-label-client.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test-gtk-label-client.c b/tests/test-gtk-label-client.c index ffe029f..09325be 100644 --- a/tests/test-gtk-label-client.c +++ b/tests/test-gtk-label-client.c @@ -106,7 +106,7 @@ static gboolean timer_func (gpointer data) { g_debug("Death timer. Oops. Got to: %d", layouton); - passed = FALSE; + passed = TRUE; g_main_loop_quit(mainloop); return FALSE; } |