[maemo-commits] [maemo-commits] r14330 - in projects/haf/trunk/hildon-desktop: . libhildonwm

From: subversion at stage.maemo.org subversion at stage.maemo.org
Date: Fri Oct 5 15:26:04 EEST 2007
Author: moimart
Date: 2007-10-05 15:26:02 +0300 (Fri, 05 Oct 2007)
New Revision: 14330

Modified:
   projects/haf/trunk/hildon-desktop/ChangeLog
   projects/haf/trunk/hildon-desktop/libhildonwm/hd-wm.c
Log:
2007-10-05  Moises Martinez  <moises.martinez at nokia.com>

        * libhildonwm/hd-wm.c: (hd_wm_monitor_cb):
        - Refresh icon cache when new .desktop file added.
	* ChangeLog udpated.



Modified: projects/haf/trunk/hildon-desktop/ChangeLog
===================================================================
--- projects/haf/trunk/hildon-desktop/ChangeLog	2007-10-05 09:34:22 UTC (rev 14329)
+++ projects/haf/trunk/hildon-desktop/ChangeLog	2007-10-05 12:26:02 UTC (rev 14330)
@@ -1,3 +1,8 @@
+2007-10-05  Moises Martinez  <moises.martinez at nokia.com>
+
+	* libhildonwm/hd-wm.c: (hd_wm_monitor_cb):
+	- Refresh icon cache when new .desktop file added.
+
 2007-10-04  Lucas Rocha  <lucas.rocha at nokia.com>
 
 	* libhildondesktop/hildon-thumb-menu-item.c

Modified: projects/haf/trunk/hildon-desktop/libhildonwm/hd-wm.c
===================================================================
--- projects/haf/trunk/hildon-desktop/libhildonwm/hd-wm.c	2007-10-05 09:34:22 UTC (rev 14329)
+++ projects/haf/trunk/hildon-desktop/libhildonwm/hd-wm.c	2007-10-05 12:26:02 UTC (rev 14330)
@@ -3155,6 +3155,8 @@
                   gpointer user_data)
 {
   HDWM *hdwm = hd_wm_get_singleton ();
+
+  gtk_icon_theme_rescan_if_needed (gtk_icon_theme_get_default ());
 	
   if (!hdwm->priv->monitor_timeout_id)
     {


More information about the maemo-commits mailing list