[totem/gnome-3-8] main: Don't hide the titlebar on fullscreen



commit 663114e0d004f8d07fb57dc1163b6a981cf1ecd8
Author: Bastien Nocera <hadess hadess net>
Date:   Mon Sep 10 15:07:54 2012 +0100

    main: Don't hide the titlebar on fullscreen
    
    https://bugzilla.gnome.org/show_bug.cgi?id=683721

 src/totem.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/src/totem.c b/src/totem.c
index 67e840b..b8f2ecf 100644
--- a/src/totem.c
+++ b/src/totem.c
@@ -91,7 +91,6 @@ app_init (Totem *totem, char **argv)
                totem_action_exit (NULL);
 
        totem->win = GTK_WIDGET (gtk_builder_get_object (totem->xml, "totem_main_window"));
-       gtk_window_set_hide_titlebar_when_maximized (GTK_WINDOW (totem->win), TRUE);
        g_object_bind_property (G_OBJECT (totem), "fullscreen",
                                G_OBJECT (totem->win), "show-menubar",
                                G_BINDING_INVERT_BOOLEAN);


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