[maemo-commits] [maemo-commits] r15409 - in projects/haf/trunk/hildon-1: . src

From: subversion at stage.maemo.org subversion at stage.maemo.org
Date: Tue Apr 15 19:06:48 EEST 2008
Author: timj
Date: 2008-04-15 19:06:44 +0300 (Tue, 15 Apr 2008)
New Revision: 15409

Modified:
   projects/haf/trunk/hildon-1/ChangeLog
   projects/haf/trunk/hildon-1/src/hildon-banner.c
Log:
2008-04-15 18:05:19    <timj at imendio.com>

        * src/hildon-banner.c: revert the recent change, that introduced
        gtk_window_present() calls. this reopens:
          Bug 78481 - [freetest] information banners are hidden under browser menu
        But resolves another variant of:
          Bug 83953 - Lock dialog is not visible when device is locked for the first time after flash




Modified: projects/haf/trunk/hildon-1/ChangeLog
===================================================================
--- projects/haf/trunk/hildon-1/ChangeLog	2008-04-15 14:09:17 UTC (rev 15408)
+++ projects/haf/trunk/hildon-1/ChangeLog	2008-04-15 16:06:44 UTC (rev 15409)
@@ -1,3 +1,11 @@
+2008-04-15 18:05:19    <timj at imendio.com>
+
+	* src/hildon-banner.c: revert the recent change, that introduced
+	gtk_window_present() calls. this reopens:
+	  Bug 78481 - [freetest] information banners are hidden under browser menu
+	But resolves another variant of:
+	  Bug 83953 - Lock dialog is not visible when device is locked for the first time after flash
+
 2008-04-15 13:21:13    <timj at imendio.com>
 
 	* src/hildon-banner.c: refetch layout pointer after GtkLabel possibly

Modified: projects/haf/trunk/hildon-1/src/hildon-banner.c
===================================================================
--- projects/haf/trunk/hildon-1/src/hildon-banner.c	2008-04-15 14:09:17 UTC (rev 15408)
+++ projects/haf/trunk/hildon-1/src/hildon-banner.c	2008-04-15 16:06:44 UTC (rev 15409)
@@ -933,7 +933,6 @@
 
     /* Show the banner, since caller cannot do that */
     gtk_widget_show_all (GTK_WIDGET (banner));
-    gtk_window_present (GTK_WINDOW (banner));
 
     return (GtkWidget *) banner;
 }
@@ -1012,7 +1011,6 @@
 
     /* Show the banner, since caller cannot do that */
     gtk_widget_show_all (GTK_WIDGET (banner));
-    gtk_window_present (GTK_WINDOW (banner));
 
     return (GtkWidget *) banner;
 }
@@ -1085,7 +1083,6 @@
 
     /* And show it */
     gtk_widget_show_all (GTK_WIDGET (banner));
-    gtk_window_present (GTK_WINDOW (banner));
 
     return (GtkWidget *) banner;
 }
@@ -1130,7 +1127,6 @@
 
     /* Show the banner */
     gtk_widget_show_all (GTK_WIDGET (banner));
-    gtk_window_present (GTK_WINDOW (banner));
 
     return GTK_WIDGET (banner);   
 }


More information about the maemo-commits mailing list