Tue, 29 Nov 2005 17:15:36 +0000
[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.
| src/gtkstock.c | file | annotate | diff | comparison | revisions |
--- 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)