[maemo-commits] [maemo-commits] r14182 - in projects/haf/trunk/hildon-desktop: . src

From: subversion at stage.maemo.org subversion at stage.maemo.org
Date: Fri Sep 28 15:52:59 EEST 2007
Author: lucasr
Date: 2007-09-28 15:52:57 +0300 (Fri, 28 Sep 2007)
New Revision: 14182

Modified:
   projects/haf/trunk/hildon-desktop/ChangeLog
   projects/haf/trunk/hildon-desktop/src/hd-applications-menu.c
Log:
2007-09-28  Lucas Rocha  <lucas.rocha at nokia.com>

	* src/hd-applications-menu.c (hd_applications_menu_dir_changed):
	reduce the timeout to update the menu in order to avoid strange
	behavior from the user point of view. Fixes: NB#68975.


Modified: projects/haf/trunk/hildon-desktop/ChangeLog
===================================================================
--- projects/haf/trunk/hildon-desktop/ChangeLog	2007-09-28 12:52:17 UTC (rev 14181)
+++ projects/haf/trunk/hildon-desktop/ChangeLog	2007-09-28 12:52:57 UTC (rev 14182)
@@ -1,5 +1,11 @@
 2007-09-28  Lucas Rocha  <lucas.rocha at nokia.com>
 
+	* src/hd-applications-menu.c (hd_applications_menu_dir_changed):
+	reduce the timeout to update the menu in order to avoid strange
+	behavior from the user point of view. Fixes: NB#68975.
+
+2007-09-28  Lucas Rocha  <lucas.rocha at nokia.com>
+
 	Added "safe mode" support which, in practice, disables all home plugins 
 	and loads default ones for task navigator and statusbar. Based on
 	patch from Karoliina Salminen <karoliina.t.salminen at nokia.com>.

Modified: projects/haf/trunk/hildon-desktop/src/hd-applications-menu.c
===================================================================
--- projects/haf/trunk/hildon-desktop/src/hd-applications-menu.c	2007-09-28 12:52:17 UTC (rev 14181)
+++ projects/haf/trunk/hildon-desktop/src/hd-applications-menu.c	2007-09-28 12:52:57 UTC (rev 14182)
@@ -1293,7 +1293,7 @@
   if (!button->priv->monitor_update_timeout)
   {
     button->priv->monitor_update_timeout =
-            g_timeout_add (1000,
+            g_timeout_add (500,
             	           (GSourceFunc) hd_applications_menu_changed,
             	           button);
   }


More information about the maemo-commits mailing list