[gnome-packagekit] Make the security update notification dialog timeout after 15 seconds



commit da883111183742f90e92a85a8327783d5c8b6940
Author: Richard Hughes <richard hughsie com>
Date:   Wed Jan 6 17:50:41 2010 +0000

    Make the security update notification dialog timeout after 15 seconds

 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 08613e2..1811b69 100644
--- a/src/gpk-check-update.c
+++ b/src/gpk-check-update.c
@@ -661,7 +661,7 @@ gpk_check_update_critical_updates_warning (GpkCheckUpdate *cupdate, const gchar
 		egg_warning ("failed to get bubble");
 		return;
 	}
-	notify_notification_set_timeout (notification, NOTIFY_EXPIRES_NEVER);
+	notify_notification_set_timeout (notification, 15000);
 	notify_notification_set_urgency (notification, NOTIFY_URGENCY_CRITICAL);
 	notify_notification_add_action (notification, "update-just-security",
 					/* TRANSLATORS: button: only security updates */



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]