[maemo-commits] [maemo-commits] r14105 - in projects/haf/trunk/hildon-desktop: . libhildondesktop
From: subversion at stage.maemo.org subversion at stage.maemo.orgDate: Wed Sep 26 13:36:33 EEST 2007
- Previous message: [maemo-commits] r14104 - in projects/haf/trunk/hildon-fm: . hildon-fm
- Next message: [maemo-commits] r14106 - projects/haf/trunk/dbus-glib/debian
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Author: lucasr Date: 2007-09-26 13:36:32 +0300 (Wed, 26 Sep 2007) New Revision: 14105 Modified: projects/haf/trunk/hildon-desktop/ChangeLog projects/haf/trunk/hildon-desktop/libhildondesktop/hildon-desktop-popup-window.c Log: 2007-09-26 Lucas Rocha <lucas.rocha at nokia.com> * libhildondesktop/hildon-desktop-popup-window.c (hildon_desktop_popup_window_realize): don't set back pixmap to NULL to make avoid the "partial paint" effect on realize. Fixes: NB#69156. Modified: projects/haf/trunk/hildon-desktop/ChangeLog =================================================================== --- projects/haf/trunk/hildon-desktop/ChangeLog 2007-09-26 10:29:40 UTC (rev 14104) +++ projects/haf/trunk/hildon-desktop/ChangeLog 2007-09-26 10:36:32 UTC (rev 14105) @@ -1,3 +1,9 @@ +2007-09-26 Lucas Rocha <lucas.rocha at nokia.com> + + * libhildondesktop/hildon-desktop-popup-window.c + (hildon_desktop_popup_window_realize): don't set back pixmap to NULL + to make avoid the "partial paint" effect on realize. Fixes: NB#69156. + 2007-09-25 Johan Bilien <johan.bilien at nokia.com> * src/hd-plugin-manager.c: free the list of plugins returned by Modified: projects/haf/trunk/hildon-desktop/libhildondesktop/hildon-desktop-popup-window.c =================================================================== --- projects/haf/trunk/hildon-desktop/libhildondesktop/hildon-desktop-popup-window.c 2007-09-26 10:29:40 UTC (rev 14104) +++ projects/haf/trunk/hildon-desktop/libhildondesktop/hildon-desktop-popup-window.c 2007-09-26 10:36:32 UTC (rev 14105) @@ -356,8 +356,6 @@ for (i=0; i < popup->priv->n_extra_panes; i++) gtk_widget_realize (popup->priv->extra_panes[i]); - - gdk_window_set_back_pixmap (widget->window, NULL, FALSE); } static void
- Previous message: [maemo-commits] r14104 - in projects/haf/trunk/hildon-fm: . hildon-fm
- Next message: [maemo-commits] r14106 - projects/haf/trunk/dbus-glib/debian
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]