comparison src/stock.c @ 10193:17dcff7a5c77

[gaim-migrate @ 11308] I replaced the currently logo with a modified version created by Steven Garrity. This one is wider and less-tall. Nathan Fredrickson sent this to gaim-devel in Februrary and I just realized that I like it. Thanks guys! I like it because there's no more empty gray-space to the left and right of the logo. And I think it creates a bolder distinction between the login window and the buddy list. I also removed the version number from the about window, since it's super-imposed on the logo. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Tue, 16 Nov 2004 02:56:09 +0000
parents e653b2c888f4
children f37516ae6a0b
comparison
equal deleted inserted replaced
10192:025e119f95f9 10193:17dcff7a5c77
216 } 216 }
217 217
218 gtk_widget_destroy(win); 218 gtk_widget_destroy(win);
219 219
220 /* register logo icon size */ 220 /* register logo icon size */
221 gtk_icon_size_register(GAIM_ICON_SIZE_LOGO, 210, 150); 221 gtk_icon_size_register(GAIM_ICON_SIZE_LOGO, 330, 90);
222 222
223 g_object_unref(G_OBJECT(icon_factory)); 223 g_object_unref(G_OBJECT(icon_factory));
224 224
225 /* Register the stock items. */ 225 /* Register the stock items. */
226 gtk_stock_add_static(stock_items, G_N_ELEMENTS(stock_items)); 226 gtk_stock_add_static(stock_items, G_N_ELEMENTS(stock_items));