[eog] Revert "Do not show the titlebar when eog is maximized."



commit 706797b92423a7b3a138985060d2fcecf1ae61bd
Author: Felix Riemann <friemann gnome org>
Date:   Sun Mar 18 18:59:35 2012 +0100

    Revert "Do not show the titlebar when eog is maximized."
    
    This reverts commit c93aa0b94ba6142c78ea5025a56a0f70c6fc0739.
    As the menubar comes pretty close to the top of the screen,
    there is apperently the possibility to accidentially trigger
    gnome-shell's activities menu. Revisit this for the next development
    cycle when all the dependencies are stable enough.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=671643

 src/eog-window.c |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)
---
diff --git a/src/eog-window.c b/src/eog-window.c
index bb72266..ca04bab 100644
--- a/src/eog-window.c
+++ b/src/eog-window.c
@@ -4758,8 +4758,6 @@ eog_window_init (EogWindow *window)
 	window->priv->page_setup = NULL;
 
 	gtk_window_set_application (GTK_WINDOW (window), GTK_APPLICATION (EOG_APP));
-
-	gtk_window_set_hide_titlebar_when_maximized (GTK_WINDOW (window), TRUE);
 }
 
 static void



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]