changeset 15702:87e807f25b3c

Add plugins stock icon to docklet menu
author Daniel Atallah <daniel.atallah@gmail.com>
date Sun, 25 Feb 2007 19:11:00 +0000
parents 4a331e8d01df
children 6fb980722258
files pidgin/gtkdocklet.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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);