diff options
author | Ted Gould <ted@gould.cx> | 2010-03-04 11:40:30 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-03-04 11:40:30 -0600 |
commit | 03519bdfa768c82f108c98de4ec73f99356308f1 (patch) | |
tree | c677c58987c4efa1d0024fd190a3a689e2962103 /tests/test-libappindicator-status-client.c | |
parent | d7ff9156733379b5dab62ba6aa26f573e886d54d (diff) | |
parent | fa723603dce8e5fd24371b5358a4ea3bc9ed8bc0 (diff) | |
download | libayatana-appindicator-03519bdfa768c82f108c98de4ec73f99356308f1.tar.gz libayatana-appindicator-03519bdfa768c82f108c98de4ec73f99356308f1.tar.bz2 libayatana-appindicator-03519bdfa768c82f108c98de4ec73f99356308f1.zip |
* Upstream release 0.0.15
* Icon size fix to 22 px
* Status icon correctly removed in fallback
* Fixed test suite to run better on slow machines.
Diffstat (limited to 'tests/test-libappindicator-status-client.c')
-rw-r--r-- | tests/test-libappindicator-status-client.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test-libappindicator-status-client.c b/tests/test-libappindicator-status-client.c index acf4fca..9e39ed8 100644 --- a/tests/test-libappindicator-status-client.c +++ b/tests/test-libappindicator-status-client.c @@ -137,7 +137,7 @@ main (gint argc, gchar * argv[]) dbus_bus_add_match(dbus_g_connection_get_connection(session_bus), "type='signal',interface='" NOTIFICATION_ITEM_DBUS_IFACE "',member='NewStatus'", NULL); watchdog_hit = TRUE; - g_timeout_add(250, kill_func, NULL); + g_timeout_add(1000, kill_func, NULL); mainloop = g_main_loop_new(NULL, FALSE); g_main_loop_run(mainloop); |