# HG changeset patch # User Richard Laager # Date 1133284536 0 # Node ID e0b512d6779212d70eb197c0a7d54024c137b0e0 # Parent 95fd673021f66eeacfd44f75687951a6bd6e1b79 [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 diff -r 95fd673021f6 -r e0b512d67792 src/gtkstock.c --- 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)