comparison src/stock.c @ 10219:f37516ae6a0b

[gaim-migrate @ 11347] The icon isn't quite the default size for a dialog icon. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Sat, 20 Nov 2004 19:36:22 +0000
parents 17dcff7a5c77
children e76416d46af8
comparison
equal deleted inserted replaced
10218:6071dfe17d14 10219:f37516ae6a0b
215 gtk_icon_set_unref(iconset); 215 gtk_icon_set_unref(iconset);
216 } 216 }
217 217
218 gtk_widget_destroy(win); 218 gtk_widget_destroy(win);
219 219
220 /* register logo icon size */ 220 /* register custom icon sizes */
221 gtk_icon_size_register(GAIM_ICON_SIZE_LOGO, 330, 90); 221 gtk_icon_size_register(GAIM_ICON_SIZE_LOGO, 330, 90);
222 gtk_icon_size_register(GAIM_ICON_SIZE_DIALOG_COOL, 40, 60);
222 223
223 g_object_unref(G_OBJECT(icon_factory)); 224 g_object_unref(G_OBJECT(icon_factory));
224 225
225 /* Register the stock items. */ 226 /* Register the stock items. */
226 gtk_stock_add_static(stock_items, G_N_ELEMENTS(stock_items)); 227 gtk_stock_add_static(stock_items, G_N_ELEMENTS(stock_items));