[Xfce4-commits] [xfce/thunar] 01/01: removed warning (wrong integer type used)

noreply at xfce.org noreply at xfce.org
Sun Oct 8 22:25:59 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 3c12784b7c286dcae25ad5aa02faab4861239e97
Author: Alexander Schwinn <acs82 at 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.


More information about the Xfce4-commits mailing list