[maemo-commits] [maemo-commits] r14330 - in projects/haf/trunk/hildon-desktop: . libhildonwm
From: subversion at stage.maemo.org subversion at stage.maemo.orgDate: Fri Oct 5 15:26:04 EEST 2007
- Previous message: [maemo-commits] r14329 - projects/haf/hafbuildbot
- Next message: [maemo-commits] r14331 - in projects/haf/trunk/hildon-desktop: . libhildonwm
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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) {
- Previous message: [maemo-commits] r14329 - projects/haf/hafbuildbot
- Next message: [maemo-commits] r14331 - in projects/haf/trunk/hildon-desktop: . libhildonwm
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]