[maemo-commits] [maemo-commits] r10545 - in projects/haf/branches/hildon-libs/hildon-1: . src
From: subversion at stage.maemo.org subversion at stage.maemo.orgDate: Tue Mar 13 15:39:52 EET 2007
- Previous message: [maemo-commits] r10544 - projects/haf/tags/hildon-1/0.9.9-9
- Next message: [maemo-commits] r10546 - in projects/haf/branches/gtk+/maemo-gtk-2-10: . gdk/x11
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Author: xan Date: 2007-03-13 15:39:51 +0200 (Tue, 13 Mar 2007) New Revision: 10545 Modified: projects/haf/branches/hildon-libs/hildon-1/ChangeLog.2 projects/haf/branches/hildon-libs/hildon-1/src/hildon-banner.c Log: * src/hildon-banner.c: Use TYPE_HINT_NOTIFICATION instead of TYPE_HINT_MESSAGE. Modified: projects/haf/branches/hildon-libs/hildon-1/ChangeLog.2 =================================================================== --- projects/haf/branches/hildon-libs/hildon-1/ChangeLog.2 2007-03-13 13:35:59 UTC (rev 10544) +++ projects/haf/branches/hildon-libs/hildon-1/ChangeLog.2 2007-03-13 13:39:51 UTC (rev 10545) @@ -1,3 +1,8 @@ +2007-03-13 Xan Lopez <xan.lopez at nokia.com> + + * src/hildon-banner.c: Use TYPE_HINT_NOTIFICATION instead of + TYPE_HINT_MESSAGE. + 2007-03-09 Xan Lopez <xan.lopez at nokia.com> * src/hildon-helper.c: Remove guard for NULL message in Modified: projects/haf/branches/hildon-libs/hildon-1/src/hildon-banner.c =================================================================== --- projects/haf/branches/hildon-libs/hildon-1/src/hildon-banner.c 2007-03-13 13:35:59 UTC (rev 10544) +++ projects/haf/branches/hildon-libs/hildon-1/src/hildon-banner.c 2007-03-13 13:39:51 UTC (rev 10545) @@ -629,7 +629,7 @@ GTK_WIDGET_CLASS (parent_class)->realize (widget); /* We use special hint to turn the banner into information notification. */ - gdk_window_set_type_hint (widget->window, GDK_WINDOW_TYPE_HINT_MESSAGE); + gdk_window_set_type_hint (widget->window, GDK_WINDOW_TYPE_HINT_NOTIFICATION); hildon_banner_check_position (widget); }
- Previous message: [maemo-commits] r10544 - projects/haf/tags/hildon-1/0.9.9-9
- Next message: [maemo-commits] r10546 - in projects/haf/branches/gtk+/maemo-gtk-2-10: . gdk/x11
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]