[gnome-packagekit] Only wait 3 seconds (not 60) when we get the updates changed signal
- From: Richard Hughes <rhughes src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [gnome-packagekit] Only wait 3 seconds (not 60) when we get the updates changed signal
- Date: Sat, 9 Jan 2010 18:19:37 +0000 (UTC)
commit 6940a20d87d5b1dd1e58232696aec4b34b04bb0b
Author: Richard Hughes <richard hughsie com>
Date: Fri Nov 6 12:40:13 2009 +0000
Only wait 3 seconds (not 60) when we get the updates changed signal
src/gpk-check-update.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/gpk-check-update.c b/src/gpk-check-update.c
index a4ef3d9..de3f2d5 100644
--- a/src/gpk-check-update.c
+++ b/src/gpk-check-update.c
@@ -61,7 +61,7 @@ static void gpk_check_update_libnotify_cb (NotifyNotification *notification, gch
#define GPK_CHECK_UPDATE_MAX_NUMBER_SECURITY_ENTRIES 7
/* the amount of time after ::UpdatesChanged we refresh the update list */
-#define GPK_CHECK_UPDATE_UPDATES_CHANGED_TIMEOUT 60 /* seconds */
+#define GPK_CHECK_UPDATE_UPDATES_CHANGED_TIMEOUT 3 /* seconds */
struct GpkCheckUpdatePrivate
{
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]