[Xfce4-commits] <midori:master> Hide the tab label if it's minimized at creation
Christian Dywan
noreply at xfce.org
Sun May 9 00:28:03 CEST 2010
Updating branch refs/heads/master
to 3b9a4a5705aff68fb12be0f2d6d91620f6d292ba (commit)
from 6442b34b8946f49a26184215abe8c2fb96f2879f (commit)
commit 3b9a4a5705aff68fb12be0f2d6d91620f6d292ba
Author: Christian Dywan <christian at twotoasts.de>
Date: Sat May 8 23:46:57 2010 +0200
Hide the tab label if it's minimized at creation
midori/midori-view.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/midori/midori-view.c b/midori/midori-view.c
index b843229..f03d082 100644
--- a/midori/midori-view.c
+++ b/midori/midori-view.c
@@ -4265,6 +4265,7 @@ midori_view_get_proxy_tab_label (MidoriView* view)
midori_view_get_icon (view));
view->tab_title = gtk_label_new (midori_view_get_display_title (view));
+ sokoke_widget_set_visible (view->tab_title, !view->minimized);
gtk_misc_set_alignment (GTK_MISC (view->tab_title), 0.0, 0.5);
event_box = gtk_event_box_new ();
More information about the Xfce4-commits
mailing list