[maemo-commits] [maemo-commits] r13638 - in projects/haf/trunk/hildon-1: . src
From: subversion at stage.maemo.org subversion at stage.maemo.orgDate: Thu Sep 6 15:04:23 EEST 2007
- Previous message: [maemo-commits] r13637 - projects/haf/hafbuildbot
- Next message: [maemo-commits] r13639 - in projects/haf/trunk/hildon-desktop: . debian libhildondesktop
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Author: mdk Date: 2007-09-06 15:04:21 +0300 (Thu, 06 Sep 2007) New Revision: 13638 Modified: projects/haf/trunk/hildon-1/ChangeLog projects/haf/trunk/hildon-1/src/hildon-banner.c Log: Changing the infobanner background pixmap to NULL when realizing the banner. Should make the infonbanner effect a bit more bearable. Modified: projects/haf/trunk/hildon-1/ChangeLog =================================================================== --- projects/haf/trunk/hildon-1/ChangeLog 2007-09-06 11:38:52 UTC (rev 13637) +++ projects/haf/trunk/hildon-1/ChangeLog 2007-09-06 12:04:21 UTC (rev 13638) @@ -1,3 +1,9 @@ +2007-09-06 Michael Dominic Kostrzewa <michael.kostrzewa at nokia.com> + + * src/hildon-banner.c: Changing the infobanner background pixmap to NULL + when realizing the banner. Should make the infonbanner effect a bit more + bearable. + 2007-09-05 Michael Dominic Kostrzewa <michael.kostrzewa at nokia.com> * src/hildon-volumebar.c: Modified: projects/haf/trunk/hildon-1/src/hildon-banner.c =================================================================== --- projects/haf/trunk/hildon-1/src/hildon-banner.c 2007-09-06 11:38:52 UTC (rev 13637) +++ projects/haf/trunk/hildon-1/src/hildon-banner.c 2007-09-06 12:04:21 UTC (rev 13638) @@ -650,6 +650,7 @@ /* We use special hint to turn the banner into information notification. */ gdk_window_set_type_hint (widget->window, GDK_WINDOW_TYPE_HINT_NOTIFICATION); gtk_window_set_transient_for (GTK_WINDOW (widget), (GtkWindow *) priv->parent); + gdk_window_set_back_pixmap (widget->window, NULL, FALSE); hildon_banner_check_position (widget); }
- Previous message: [maemo-commits] r13637 - projects/haf/hafbuildbot
- Next message: [maemo-commits] r13639 - in projects/haf/trunk/hildon-desktop: . debian libhildondesktop
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]