[totem] main: Hide the titlebar when maximised
- From: Bastien Nocera <hadess src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [totem] main: Hide the titlebar when maximised
- Date: Wed, 28 Mar 2012 15:20:02 +0000 (UTC)
commit a652150581f3474d85a114992cd3e71478d70ca6
Author: Bastien Nocera <hadess hadess net>
Date: Wed Mar 28 01:24:33 2012 +0200
main: Hide the titlebar when maximised
src/totem.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/src/totem.c b/src/totem.c
index 89aa82b..06f87dd 100644
--- a/src/totem.c
+++ b/src/totem.c
@@ -94,6 +94,7 @@ 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);
/* Menubar */
totem_ui_manager_setup (totem);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]