Do not set fullscreen in Moblin as it does not allow to show the top menu
authorSergio Villar Senín <svillar@igalia.com>
Fri, 12 Feb 2010 19:03:39 +0000 (20:03 +0100)
committerSergio Villar Senín <svillar@igalia.com>
Fri, 12 Feb 2010 19:04:21 +0000 (20:04 +0100)
src/gtk/modest-shell.c

index a9a296e..3aba529 100644 (file)
@@ -136,12 +136,11 @@ set_screen_size (GtkWindow *self)
        if (scn_width > SCN_WIDTH || scn_height > SCN_HEIGHT) {
                scn_width = SCN_WIDTH;
                scn_height = SCN_HEIGHT;
-               gtk_window_resize (self, scn_width, scn_height);
        } else {
-               gtk_window_fullscreen (self);
                /* Very important for Moblin */
                gtk_window_set_decorated (self, FALSE);
        }
+       gtk_window_resize (self, scn_width, scn_height);
 }
 
 static void