[Xfce4-commits] <midori:master> Always hide the border when going fullscreen
Christian Dywan
noreply at xfce.org
Sat Dec 17 16:52:06 CET 2011
Updating branch refs/heads/master
to a19d7980490aaede0984c430016cfd87d66159cd (commit)
from 568461c6c53eafc7130825dd544fc80a9d8f5605 (commit)
commit a19d7980490aaede0984c430016cfd87d66159cd
Author: Christian Dywan <christian at twotoasts.de>
Date: Sat Dec 17 11:36:09 2011 +0100
Always hide the border when going fullscreen
Fixes: https://bugs.launchpad.net/bugs/783675
midori/midori-browser.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/midori/midori-browser.c b/midori/midori-browser.c
index aacc758..72770e1 100644
--- a/midori/midori-browser.c
+++ b/midori/midori-browser.c
@@ -3476,6 +3476,7 @@ _action_fullscreen_activate (GtkAction* action,
gtk_widget_hide (browser->navigationbar);
gtk_widget_hide (browser->statusbar);
gtk_notebook_set_show_tabs (GTK_NOTEBOOK (browser->notebook), FALSE);
+ gtk_notebook_set_show_border (GTK_NOTEBOOK (browser->notebook), FALSE);
gtk_window_fullscreen (GTK_WINDOW (browser));
}
More information about the Xfce4-commits
mailing list