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

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

commit 3c12784b7c286dcae25ad5aa02faab4861239e97
Author: Alexander Schwinn <ac...@gmx.de>
Date:   Sun Oct 8 22:24:50 2017 +0200

    removed warning (wrong integer type used)
---
 thunar/thunar-location-buttons.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/thunar/thunar-location-buttons.c b/thunar/thunar-location-buttons.c
index 7248c41..b618187 100644
--- a/thunar/thunar-location-buttons.c
+++ b/thunar/thunar-location-buttons.c
@@ -645,7 +645,7 @@ thunar_location_buttons_size_allocate (GtkWidget     
*widget,
   gint                   required_width_total = 0;
   gint                   border_width;
   gint                   temp_width;
-  gint                   scroll_index;
+  guint                  scroll_index;
   gboolean               need_reorder = FALSE;
 
   gtk_widget_set_allocation (widget, allocation);

-- 
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