aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2010-01-28 21:23:18 -0800
committerTed Gould <ted@gould.cx>2010-01-28 21:23:18 -0800
commit52e1a43bd957bac1020d58134ab659553af7c4eb (patch)
tree68f24111a9a6da2b9e5d6cc74df1adb2a2de511b
parent21eca67f89870abd114f9ccc3ae04e7fd53189b1 (diff)
downloadlibayatana-indicator-52e1a43bd957bac1020d58134ab659553af7c4eb.tar.gz
libayatana-indicator-52e1a43bd957bac1020d58134ab659553af7c4eb.tar.bz2
libayatana-indicator-52e1a43bd957bac1020d58134ab659553af7c4eb.zip
Changing timeout to be approximatedly 1 second.
-rw-r--r--libindicator/indicator-service.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libindicator/indicator-service.c b/libindicator/indicator-service.c
index eee95dd..fc3c7de 100644
--- a/libindicator/indicator-service.c
+++ b/libindicator/indicator-service.c
@@ -350,7 +350,7 @@ try_and_get_name_cb (DBusGProxy * proxy, guint status, GError * error, gpointer
}
IndicatorServicePrivate * priv = INDICATOR_SERVICE_GET_PRIVATE(service);
- priv->timeout = g_timeout_add(500, timeout_no_watchers, service);
+ priv->timeout = g_timeout_add_seconds(1, timeout_no_watchers, service);
return;
}