aboutsummaryrefslogtreecommitdiff
path: root/tests/test-gtk-label-client.c
diff options
context:
space:
mode:
authorTed Gould <ted@canonical.com>2009-06-18 22:35:48 -0500
committerTed Gould <ted@canonical.com>2009-06-18 22:35:48 -0500
commit31d98b4d59d61ba5f22554e00a3152829f488617 (patch)
tree7ce7e26e636322f417cb82954267f8dbe52ed627 /tests/test-gtk-label-client.c
parent8c20e20e5a4863e53b39503f443c5a733169e55c (diff)
parent9293879744bb732b416c6c57f38808381c282759 (diff)
downloadlibdbusmenu-31d98b4d59d61ba5f22554e00a3152829f488617.tar.gz
libdbusmenu-31d98b4d59d61ba5f22554e00a3152829f488617.tar.bz2
libdbusmenu-31d98b4d59d61ba5f22554e00a3152829f488617.zip
Dbus death branch.
Diffstat (limited to 'tests/test-gtk-label-client.c')
-rw-r--r--tests/test-gtk-label-client.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/test-gtk-label-client.c b/tests/test-gtk-label-client.c
index 44a847f..b691f84 100644
--- a/tests/test-gtk-label-client.c
+++ b/tests/test-gtk-label-client.c
@@ -163,9 +163,10 @@ main (int argc, char ** argv)
gtk_menu_bar_append(menubar, menuitem);
gtk_widget_show(menubar);
gtk_container_add(GTK_CONTAINER(window), menubar);
+ gtk_window_set_title(GTK_WINDOW(window), "libdbusmenu-gtk test");
gtk_widget_show(window);
- death_timer = g_timeout_add_seconds(10, timer_func, window);
+ death_timer = g_timeout_add_seconds(60, timer_func, window);
mainloop = g_main_loop_new(NULL, FALSE);
g_main_loop_run(mainloop);