[Xfce4-commits] <midori:master> Always use Icons only for panel toolbar
Christian Dywan
noreply at xfce.org
Sun Feb 21 18:06:02 CET 2010
Updating branch refs/heads/master
to 7cf326a33842fe072475d591f2b66e74290b793a (commit)
from 515795a31764dc7c45d0a5049b3ff90419ed0de6 (commit)
commit 7cf326a33842fe072475d591f2b66e74290b793a
Author: Christian Dywan <christian at twotoasts.de>
Date: Sun Feb 21 18:03:27 2010 +0100
Always use Icons only for panel toolbar
midori/midori-panel.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/midori/midori-panel.c b/midori/midori-panel.c
index 3a27acc..1698bef 100644
--- a/midori/midori-panel.c
+++ b/midori/midori-panel.c
@@ -405,6 +405,7 @@ midori_panel_init (MidoriPanel* panel)
/* Create the sidebar */
panel->toolbar = gtk_toolbar_new ();
+ gtk_toolbar_set_style (GTK_TOOLBAR (panel->toolbar), GTK_TOOLBAR_ICONS);
gtk_toolbar_set_icon_size (GTK_TOOLBAR (panel->toolbar), GTK_ICON_SIZE_BUTTON);
gtk_toolbar_set_show_arrow (GTK_TOOLBAR (panel->toolbar), FALSE);
gtk_widget_show_all (panel->toolbar);
More information about the Xfce4-commits
mailing list