[Xfce4-commits] <thunar:master> Force icons on the toolbar (bug #10179).

Nick Schermer noreply at xfce.org
Sun Jul 28 18:28:01 CEST 2013


Updating branch refs/heads/master
         to c9712b835be90127ef4af1ac1b1fd645081a646a (commit)
       from 8962aad37871aa7ad76665b7f3c0605fed39a15c (commit)

commit c9712b835be90127ef4af1ac1b1fd645081a646a
Author: Nick Schermer <nick at xfce.org>
Date:   Sun Jul 28 18:27:27 2013 +0200

    Force icons on the toolbar (bug #10179).

 thunar/thunar-window.c |    1 +
 1 file changed, 1 insertion(+)

diff --git a/thunar/thunar-window.c b/thunar/thunar-window.c
index 7f482e1..7db14fb 100644
--- a/thunar/thunar-window.c
+++ b/thunar/thunar-window.c
@@ -1821,6 +1821,7 @@ thunar_window_install_location_bar (ThunarWindow *window,
           /* setup the toolbar for the location bar */
           window->location_toolbar = gtk_ui_manager_get_widget (window->ui_manager, "/location-toolbar");
           g_object_get (G_OBJECT (window->preferences), "misc-small-toolbar-icons", &small_icons, NULL);
+          gtk_toolbar_set_style (GTK_TOOLBAR (window->location_toolbar), GTK_TOOLBAR_ICONS);
           gtk_toolbar_set_icon_size (GTK_TOOLBAR (window->location_toolbar),
                                      small_icons ? GTK_ICON_SIZE_SMALL_TOOLBAR : GTK_ICON_SIZE_LARGE_TOOLBAR);
           gtk_table_attach (GTK_TABLE (window->table), window->location_toolbar, 0, 1, 1, 2, GTK_EXPAND | GTK_FILL, GTK_FILL, 0, 0);


More information about the Xfce4-commits mailing list