From 772d17c74e6d4e83a35669816021a5812f416c9f Mon Sep 17 00:00:00 2001 From: Michael Dominic Kostrzewa Date: Mon, 10 Sep 2007 13:11:15 +0000 Subject: [PATCH] Actually reverting the previous change. It somehow looks a bit worse. --- ChangeLog | 5 +++++ src/hildon-banner.c | 1 - 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 830d823..e8823da 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2007-09-10 Michael Dominic Kostrzewa + + * src/hildon-banner.c: Actually reverting the previous change. It somehow + looks a bit worse. + 2007-09-06 Michael Dominic Kostrzewa * src/hildon-banner.c: Changing the infobanner background pixmap to NULL diff --git a/src/hildon-banner.c b/src/hildon-banner.c index 6f596ca..755bca0 100644 --- a/src/hildon-banner.c +++ b/src/hildon-banner.c @@ -650,7 +650,6 @@ hildon_banner_realize (GtkWidget *widget) /* 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); } -- 1.7.9.5