[maemo-commits] [maemo-commits] r9153 - in projects/haf/branches/maemo-af-desktop/hildon-desktop: . src
From: subversion at stage.maemo.org subversion at stage.maemo.orgDate: Wed Jan 17 11:28:28 EET 2007
- Previous message: [maemo-commits] r9152 - in projects/haf/branches/maemo-af-desktop/hildon-desktop: . data libhildondesktop src
- Next message: [maemo-commits] r9154 - projects/haf/branches/maemo-af-desktop/hildon-desktop/debian
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Author: jobi Date: 2007-01-17 11:28:27 +0200 (Wed, 17 Jan 2007) New Revision: 9153 Modified: projects/haf/branches/maemo-af-desktop/hildon-desktop/ChangeLog projects/haf/branches/maemo-af-desktop/hildon-desktop/src/hd-home-window.c Log: 2007-01-17 Johan Bilien <johan.bilien at nokia.com> * src/hd-home-window.c: Reverted disabling double-buffering of the window as it breaks the painting Modified: projects/haf/branches/maemo-af-desktop/hildon-desktop/ChangeLog =================================================================== --- projects/haf/branches/maemo-af-desktop/hildon-desktop/ChangeLog 2007-01-17 09:23:54 UTC (rev 9152) +++ projects/haf/branches/maemo-af-desktop/hildon-desktop/ChangeLog 2007-01-17 09:28:27 UTC (rev 9153) @@ -1,3 +1,8 @@ +2007-01-17 Johan Bilien <johan.bilien at nokia.com> + + * src/hd-home-window.c: Reverted disabling double-buffering of the + window as it breaks the painting + 2007-01-17 Lucas Rocha <lucas.rocha at nokia.com> * src/hd-desktop.c: use HDPanelWindow instead of Modified: projects/haf/branches/maemo-af-desktop/hildon-desktop/src/hd-home-window.c =================================================================== --- projects/haf/branches/maemo-af-desktop/hildon-desktop/src/hd-home-window.c 2007-01-17 09:23:54 UTC (rev 9152) +++ projects/haf/branches/maemo-af-desktop/hildon-desktop/src/hd-home-window.c 2007-01-17 09:28:27 UTC (rev 9153) @@ -298,7 +298,7 @@ /* Necessary to avoid the default background to be reset */ gtk_widget_set_app_paintable (GTK_WIDGET (window), TRUE); - gtk_widget_set_double_buffered (GTK_WIDGET (window), FALSE); +/* gtk_widget_set_double_buffered (GTK_WIDGET (window), FALSE);*/ return retval; }
- Previous message: [maemo-commits] r9152 - in projects/haf/branches/maemo-af-desktop/hildon-desktop: . data libhildondesktop src
- Next message: [maemo-commits] r9154 - projects/haf/branches/maemo-af-desktop/hildon-desktop/debian
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]