[maemo-commits] [maemo-commits] r11923 - in projects/haf/trunk/hildon-desktop: . src
From: subversion at stage.maemo.org subversion at stage.maemo.orgDate: Mon May 28 20:42:04 EEST 2007
- Previous message: [maemo-commits] r11922 - projects/haf/trunk/hildon-desktop/libhildondesktop
- Next message: [maemo-commits] r11924 - in projects/haf/trunk/hildon-theme-layout-4: . rc
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Author: jobi Date: 2007-05-28 20:42:02 +0300 (Mon, 28 May 2007) New Revision: 11923 Modified: projects/haf/trunk/hildon-desktop/ChangeLog projects/haf/trunk/hildon-desktop/src/hd-panel-window.c Log: 2007-05-28 Johan Bilien <johan.bilien at nokia.com> * src/hd-panel-window.c: use the NORMAL state to fetch the background, not PRELIGHT Modified: projects/haf/trunk/hildon-desktop/ChangeLog =================================================================== --- projects/haf/trunk/hildon-desktop/ChangeLog 2007-05-28 17:35:00 UTC (rev 11922) +++ projects/haf/trunk/hildon-desktop/ChangeLog 2007-05-28 17:42:02 UTC (rev 11923) @@ -1,5 +1,10 @@ 2007-05-28 Johan Bilien <johan.bilien at nokia.com> + * src/hd-panel-window.c: use the NORMAL state to fetch the + background, not PRELIGHT + +2007-05-28 Johan Bilien <johan.bilien at nokia.com> + * libhildondesktop/hildon-home-window.c: - add "titlebar" property so it can be accessed for a11n Modified: projects/haf/trunk/hildon-desktop/src/hd-panel-window.c =================================================================== --- projects/haf/trunk/hildon-desktop/src/hd-panel-window.c 2007-05-28 17:35:00 UTC (rev 11922) +++ projects/haf/trunk/hildon-desktop/src/hd-panel-window.c 2007-05-28 17:42:02 UTC (rev 11923) @@ -101,7 +101,7 @@ priv->background_picture = None; } - filename = widget->style->rc_style->bg_pixmap_name[GTK_STATE_PRELIGHT]; + filename = widget->style->rc_style->bg_pixmap_name[GTK_STATE_NORMAL]; if (!filename) return;
- Previous message: [maemo-commits] r11922 - projects/haf/trunk/hildon-desktop/libhildondesktop
- Next message: [maemo-commits] r11924 - in projects/haf/trunk/hildon-theme-layout-4: . rc
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]