[maemo-commits] [maemo-commits] r12551 - in projects/haf/trunk/hildon-desktop: . libhildondesktop
From: subversion at stage.maemo.org subversion at stage.maemo.orgDate: Fri Jun 29 15:25:37 EEST 2007
- Previous message: [maemo-commits] r12550 - projects/haf/tags/gconf2
- Next message: [maemo-commits] r12552 - projects/haf/hafbuildbot
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Author: jobi Date: 2007-06-29 15:25:25 +0300 (Fri, 29 Jun 2007) New Revision: 12551 Modified: projects/haf/trunk/hildon-desktop/ChangeLog projects/haf/trunk/hildon-desktop/libhildondesktop/hildon-desktop-home-item.c Log: 2007-06-29 Johan Bilien <johan.bilien at nokia.com> * libhildondesktop/hildon-desktop-home-item.c: - apply the background from the style in realize Modified: projects/haf/trunk/hildon-desktop/ChangeLog =================================================================== --- projects/haf/trunk/hildon-desktop/ChangeLog 2007-06-29 12:14:34 UTC (rev 12550) +++ projects/haf/trunk/hildon-desktop/ChangeLog 2007-06-29 12:25:25 UTC (rev 12551) @@ -1,5 +1,10 @@ 2007-06-29 Johan Bilien <johan.bilien at nokia.com> + * libhildondesktop/hildon-desktop-home-item.c: + - apply the background from the style in realize + +2007-06-29 Johan Bilien <johan.bilien at nokia.com> + * libhildondesktop/hildon-home-area.c: - added safeguard against unrealized children in _style_set Modified: projects/haf/trunk/hildon-desktop/libhildondesktop/hildon-desktop-home-item.c =================================================================== --- projects/haf/trunk/hildon-desktop/libhildondesktop/hildon-desktop-home-item.c 2007-06-29 12:14:34 UTC (rev 12550) +++ projects/haf/trunk/hildon-desktop/libhildondesktop/hildon-desktop-home-item.c 2007-06-29 12:25:25 UTC (rev 12551) @@ -717,7 +717,9 @@ } widget->style = gtk_style_attach (widget->style, widget->window); + gtk_style_set_background (widget->style, widget->window, GTK_STATE_NORMAL); + }
- Previous message: [maemo-commits] r12550 - projects/haf/tags/gconf2
- Next message: [maemo-commits] r12552 - projects/haf/hafbuildbot
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]