aboutsummaryrefslogtreecommitdiff
path: root/tests/test-gtk-label-client.c
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2009-12-08 09:45:54 -0600
committerTed Gould <ted@gould.cx>2009-12-08 09:45:54 -0600
commitfc124ce1467fc31abe6c20067406f291da47d268 (patch)
treed2541b39c3919fe8f953ed5231a8eec07669782d /tests/test-gtk-label-client.c
parent9f63aa6cf1a4369b9df11dabcfa8d179b30c04da (diff)
downloadlibdbusmenu-fc124ce1467fc31abe6c20067406f291da47d268.tar.gz
libdbusmenu-fc124ce1467fc31abe6c20067406f291da47d268.tar.bz2
libdbusmenu-fc124ce1467fc31abe6c20067406f291da47d268.zip
Passing on timeout for the gtk client.
Diffstat (limited to 'tests/test-gtk-label-client.c')
-rw-r--r--tests/test-gtk-label-client.c2
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;
}