[maemo-commits] [maemo-commits] r12886 - in projects/haf/trunk/hildon-desktop: . libhildondesktop
From: subversion at stage.maemo.org subversion at stage.maemo.orgDate: Fri Jul 27 17:45:25 EEST 2007
- Previous message: [maemo-commits] r12885 - projects/haf/hafbuildbot
- Next message: [maemo-commits] r12887 - in projects/haf/trunk/hildon-desktop: . debian
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Author: lucasr Date: 2007-07-27 17:45:23 +0300 (Fri, 27 Jul 2007) New Revision: 12886 Modified: projects/haf/trunk/hildon-desktop/ChangeLog projects/haf/trunk/hildon-desktop/libhildondesktop/hildon-desktop-popup-window.c Log: 2007-07-27 Lucas Rocha <lucas.rocha at nokia.com> * libhildondesktop/hildon-desktop-popup-window.c (hildon_desktop_popup_window_realize): set background pixmap to NULL to avoid flicking when showing the window. Fixes NB#64459 Modified: projects/haf/trunk/hildon-desktop/ChangeLog =================================================================== --- projects/haf/trunk/hildon-desktop/ChangeLog 2007-07-27 14:10:00 UTC (rev 12885) +++ projects/haf/trunk/hildon-desktop/ChangeLog 2007-07-27 14:45:23 UTC (rev 12886) @@ -1,3 +1,9 @@ +2007-07-27 Lucas Rocha <lucas.rocha at nokia.com> + + * libhildondesktop/hildon-desktop-popup-window.c + (hildon_desktop_popup_window_realize): set background pixmap to NULL + to avoid flicking when showing the window. Fixes NB#64459 + 2007-07-27 Johan Bilien <johan.bilien at nokia.com> * configure.ac: 0.0.25 Modified: projects/haf/trunk/hildon-desktop/libhildondesktop/hildon-desktop-popup-window.c =================================================================== --- projects/haf/trunk/hildon-desktop/libhildondesktop/hildon-desktop-popup-window.c 2007-07-27 14:10:00 UTC (rev 12885) +++ projects/haf/trunk/hildon-desktop/libhildondesktop/hildon-desktop-popup-window.c 2007-07-27 14:45:23 UTC (rev 12886) @@ -344,6 +344,8 @@ 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] r12885 - projects/haf/hafbuildbot
- Next message: [maemo-commits] r12887 - in projects/haf/trunk/hildon-desktop: . debian
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]