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



commit 9bed5179eb815686bde3dcc6eac4aa48ec1ff7f5
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 00851fa..043806f 100644
--- a/src/totem.c
+++ b/src/totem.c
@@ -83,7 +83,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]