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