changeset 12255:e0b512d67792

[gaim-migrate @ 14557] I somehow missed committing this change when I moved info.png for consistency. Sorry. Thanks to datallah for catching it. Also, a warning fix. committer: Tailor Script <tailor@pidgin.im>
author Richard Laager <rlaager@wiktel.com>
date Tue, 29 Nov 2005 17:15:36 +0000
parents 95fd673021f6
children 0eed625872f7
files src/gtkstock.c
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/gtkstock.c	Tue Nov 29 10:51:20 2005 +0000
+++ b/src/gtkstock.c	Tue Nov 29 17:15:36 2005 +0000
@@ -87,7 +87,7 @@
 #if GTK_CHECK_VERSION(2,8,0)
 	{ GAIM_STOCK_INFO,            NULL,      GTK_STOCK_INFO             },
 #else
-	{ GAIM_STOCK_INFO,            "icons",   "info.png"                 },
+	{ GAIM_STOCK_INFO,            "buttons", "info.png"                 },
 #endif
 	{ GAIM_STOCK_INVITE,          NULL,      GTK_STOCK_JUMP_TO          },
 	{ GAIM_STOCK_LINK,            "buttons", "insert-link-small.png"    },
@@ -213,7 +213,7 @@
 {
 	static gboolean stock_initted = FALSE;
 	GtkIconFactory *icon_factory;
-	int i;
+	size_t i;
 	GtkWidget *win;
 
 	if (stock_initted)