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

alex pushed a 
commit to branch 
master
in repository xfce/thunar.

commit a7ece295374d54e98e35b6a546f707d1c8e154b9
Author: Theo Linkspfeifer <lastonestand...@tutanota.com>
Date:   Tue Apr 23 10:48:28 2019 +0200

    Pathbar buttons are not resized on folder rename (#15024)
---
 thunar/thunar-location-button.c | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/thunar/thunar-location-button.c b/thunar/thunar-location-button.c
index 74a4362..126ba93 100644
--- a/thunar/thunar-location-button.c
+++ b/thunar/thunar-location-button.c
@@ -444,6 +444,10 @@ thunar_location_button_file_changed (ThunarLocationButton 
*location_button,
       dnd_icon_name = thunar_file_get_icon_name (file, 
location_button->file_icon_state, icon_theme);
       gtk_drag_source_set_icon_name (GTK_WIDGET (location_button), 
dnd_icon_name);
     }
+
+  /* recalculate the required size in case the filename changed */
+  gtk_widget_set_size_request (GTK_WIDGET (location_button->label), -1, -1);
+
 }
 
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.
_______________________________________________
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits

Reply via email to