comparison src/gtkstock.c @ 11787:c9188d3eb9d3

[gaim-migrate @ 14078] GtkMenuTray now set's it's minimum height to the height of GTK_ICON_SIZE_MENU. This removes the need for the blank menu item which ended up leaving an empty space when other items were added. committer: Tailor Script <tailor@pidgin.im>
author Gary Kramlich <grim@reaperworld.com>
date Mon, 24 Oct 2005 03:37:31 +0000
parents 0914f135760a
children e67993da8a22
comparison
equal deleted inserted replaced
11786:2c8216659a84 11787:c9188d3eb9d3
78 { GAIM_STOCK_INFO, "icons", "info.png" }, 78 { GAIM_STOCK_INFO, "icons", "info.png" },
79 #endif 79 #endif
80 { GAIM_STOCK_INVITE, NULL, GTK_STOCK_JUMP_TO }, 80 { GAIM_STOCK_INVITE, NULL, GTK_STOCK_JUMP_TO },
81 { GAIM_STOCK_LINK, "buttons", "insert-link-small.png" }, 81 { GAIM_STOCK_LINK, "buttons", "insert-link-small.png" },
82 { GAIM_STOCK_LOGO, "gaim", "logo.png" }, 82 { GAIM_STOCK_LOGO, "gaim", "logo.png" },
83 { GAIM_STOCK_MENU_ICON_BLANK, "gaim", "menu-blank.png" },
84 { GAIM_STOCK_MODIFY, NULL, GTK_STOCK_PREFERENCES }, 83 { GAIM_STOCK_MODIFY, NULL, GTK_STOCK_PREFERENCES },
85 #if GTK_CHECK_VERSION(2,6,0) 84 #if GTK_CHECK_VERSION(2,6,0)
86 { GAIM_STOCK_PAUSE, NULL, GTK_STOCK_MEDIA_PAUSE }, 85 { GAIM_STOCK_PAUSE, NULL, GTK_STOCK_MEDIA_PAUSE },
87 #else 86 #else
88 { GAIM_STOCK_PAUSE, "buttons", "pause.png" }, 87 { GAIM_STOCK_PAUSE, "buttons", "pause.png" },