# HG changeset patch # User Daniel Atallah # Date 1172430660 0 # Node ID 87e807f25b3c1fa517e7b61760bbbd1d731d3659 # Parent 4a331e8d01dfa28611f9913e95b23f19db9893db Add plugins stock icon to docklet menu diff -r 4a331e8d01df -r 87e807f25b3c pidgin/gtkdocklet.c --- a/pidgin/gtkdocklet.c Sun Feb 25 18:41:53 2007 +0000 +++ b/pidgin/gtkdocklet.c Sun Feb 25 19:11:00 2007 +0000 @@ -528,7 +528,7 @@ pidgin_separator(menu); pidgin_new_item_from_stock(menu, _("Accounts"), NULL, G_CALLBACK(pidgin_accounts_window_show), NULL, 0, 0, NULL); - pidgin_new_item_from_stock(menu, _("Plugins"), NULL, G_CALLBACK(pidgin_plugin_dialog_show), NULL, 0, 0, NULL); + pidgin_new_item_from_stock(menu, _("Plugins"), PIDGIN_STOCK_TOOLBAR_PLUGINS, G_CALLBACK(pidgin_plugin_dialog_show), NULL, 0, 0, NULL); pidgin_new_item_from_stock(menu, _("Preferences"), GTK_STOCK_PREFERENCES, G_CALLBACK(pidgin_prefs_show), NULL, 0, 0, NULL); pidgin_separator(menu);