[Xfce4-commits] [xfce/thunar] 01/01: Pathbar/Toolbar not visible when Thunar window too small

noreply at xfce.org noreply at xfce.org
Sat Sep 2 22:03:08 CEST 2017


This is an automated email from the git hooks/post-receive script.

a   l   e   x       p   u   s   h   e   d       a       c   o   m   m   i   t       t   o       b   r   a   n   c   h       m   a   s   t   e   r   
   in repository xfce/thunar.

commit c0d278a12f35306216fb866338ad68fa3b49210d
Author: Alexander Schwinn <acs82 at gmx.de>
Date:   Sat Sep 2 21:59:28 2017 +0200

    Pathbar/Toolbar not visible when Thunar window too small
---
 thunar/thunar-window.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/thunar/thunar-window.c b/thunar/thunar-window.c
index 8db402f..0cbdb82 100644
--- a/thunar/thunar-window.c
+++ b/thunar/thunar-window.c
@@ -906,6 +906,7 @@ thunar_window_init (ThunarWindow *window)
   tool_item = gtk_tool_item_new ();
   gtk_tool_item_set_expand (tool_item, TRUE);
   gtk_toolbar_insert (GTK_TOOLBAR (window->location_toolbar), tool_item, -1);
+  gtk_toolbar_set_show_arrow (GTK_TOOLBAR (window->location_toolbar), FALSE);
   gtk_widget_show (GTK_WIDGET (tool_item));
 
   /* add the location bar itself */

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Xfce4-commits mailing list