[maemo-commits] [maemo-commits] r13647 - in projects/haf/trunk/hildon-desktop: . libhildondesktop
From: subversion at stage.maemo.org subversion at stage.maemo.orgDate: Thu Sep 6 17:26:16 EEST 2007
- Previous message: [maemo-commits] r13646 - in projects/haf/trunk/gtk+: . gtk
- Next message: [maemo-commits] r13648 - in projects/haf/trunk/hildon-desktop: . libhildondesktop src
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Author: moimart Date: 2007-09-06 17:26:15 +0300 (Thu, 06 Sep 2007) New Revision: 13647 Modified: projects/haf/trunk/hildon-desktop/ChangeLog projects/haf/trunk/hildon-desktop/libhildondesktop/hildon-desktop-panel-expandable.c Log: 2007-09-06 Moises Martinez <moises.martinez at nokia.com> * libhildondesktop/hildon-desktop-panel-expandable.c: (hildon_desktop_panel_expandable_add_arrow): - Queue item to get the theme. Fixes: NB#66675 * ChangeLog updated. Modified: projects/haf/trunk/hildon-desktop/ChangeLog =================================================================== --- projects/haf/trunk/hildon-desktop/ChangeLog 2007-09-06 13:51:59 UTC (rev 13646) +++ projects/haf/trunk/hildon-desktop/ChangeLog 2007-09-06 14:26:15 UTC (rev 13647) @@ -1,5 +1,11 @@ 2007-09-06 Moises Martinez <moises.martinez at nokia.com> + * libhildondesktop/hildon-desktop-panel-expandable.c: + (hildon_desktop_panel_expandable_add_arrow): + - Queue item to get the theme. Fixes: NB#66675 + +2007-09-06 Moises Martinez <moises.martinez at nokia.com> + * src/hd-desktop.c: (hd_desktop_plugin_list_to_conf): - Reverse list of plugins in order to not get reversed plugins in statusbar when installing/uninstalling an applet. Modified: projects/haf/trunk/hildon-desktop/libhildondesktop/hildon-desktop-panel-expandable.c =================================================================== --- projects/haf/trunk/hildon-desktop/libhildondesktop/hildon-desktop-panel-expandable.c 2007-09-06 13:51:59 UTC (rev 13646) +++ projects/haf/trunk/hildon-desktop/libhildondesktop/hildon-desktop-panel-expandable.c 2007-09-06 14:26:15 UTC (rev 13647) @@ -876,7 +876,8 @@ gtk_widget_show (arrow_button); g_signal_emit_by_name (panel, "arrow-added", arrow_button); - + g_signal_emit_by_name (panel, "queued-button", arrow_button); + return arrow_button; }
- Previous message: [maemo-commits] r13646 - in projects/haf/trunk/gtk+: . gtk
- Next message: [maemo-commits] r13648 - in projects/haf/trunk/hildon-desktop: . libhildondesktop src
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]