pidgin/pidginstock.c

branch
release-2.x.y
changeset 36256
a437550a9308
parent 33548
3d2454150223
child 36257
c5445f25f90f
child 38258
9a6551eba09c
--- a/pidgin/pidginstock.c	Wed Nov 12 19:15:24 2014 -0500
+++ b/pidgin/pidginstock.c	Thu Nov 13 00:56:55 2014 -0500
@@ -403,7 +403,7 @@
 pidgin_stock_load_status_icon_theme(PidginStatusIconTheme *theme)
 {
 	GtkIconFactory *icon_factory;
-	gint i;
+	gsize i;
 	GtkIconSet *normal;
 	GtkIconSet *translucent = NULL;
 	GtkWidget *win;
@@ -491,7 +491,7 @@
 pidgin_stock_load_stock_icon_theme(PidginStockIconTheme *theme)
 {
 	GtkIconFactory *icon_factory;
-	gint i;
+	gsize i;
 	GtkWidget *win;
 
 	if (theme != NULL) {

mercurial