diff options
author | Ted Gould <ted@canonical.com> | 2009-02-12 16:44:59 -0600 |
---|---|---|
committer | Ted Gould <ted@canonical.com> | 2009-02-12 16:44:59 -0600 |
commit | 2c157aa63cbc5904ca8ae1481a705309be6b7ed2 (patch) | |
tree | f4e403b6e267e437659d850567b02ed2a0861256 | |
parent | 3eb4043f4a65d15996b8463502bef5b680019a57 (diff) | |
download | libayatana-indicator-2c157aa63cbc5904ca8ae1481a705309be6b7ed2.tar.gz libayatana-indicator-2c157aa63cbc5904ca8ae1481a705309be6b7ed2.tar.bz2 libayatana-indicator-2c157aa63cbc5904ca8ae1481a705309be6b7ed2.zip |
Forgot to set the timer back to something reasonable!
-rw-r--r-- | tests/im-client.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/im-client.c b/tests/im-client.c index d47903b..3419a9d 100644 --- a/tests/im-client.c +++ b/tests/im-client.c @@ -82,7 +82,7 @@ main (int argc, char ** argv) g_signal_connect(G_OBJECT(indicator), INDICATE_INDICATOR_SIGNAL_DISPLAY, G_CALLBACK(display), NULL); - g_timeout_add_seconds(10, timeout_cb, indicator); + g_timeout_add_seconds(180, timeout_cb, indicator); g_main_loop_run(g_main_loop_new(NULL, FALSE)); |