changeset 3883:2049abe74a63

[gaim-migrate @ 4035] last commit committer: Tailor Script <tailor@pidgin.im>
author Rob Flynn <gaim@robflynn.com>
date Sun, 03 Nov 2002 08:49:55 +0000
parents cb3dc3899176
children 058bc42a46a5
files Makefile.mingw pixmaps/Makefile.am pixmaps/accounts-menu.png src/buddy.c
diffstat 4 files changed, 4 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile.mingw	Sun Nov 03 08:45:07 2002 +0000
+++ b/Makefile.mingw	Sun Nov 03 08:49:55 2002 +0000
@@ -63,7 +63,8 @@
 			$(GAIM_PIXMAPS)/gaim_question.png
 
 PIXMAPS_MENUS =	$(GAIM_PIXMAPS)/about_menu.png \
-			$(GAIM_PIXMAPS)/import_menu.png \
+			$(GAIM_PIXMAPS)/accounts-menu.png \
+			$(GAIM_PIXMAPS)/import-menu.png \
 			$(GAIM_PIXMAPS)/insert-image-small.png
 
 PIXMAPS_BUTTONS =	$(GAIM_PIXMAPS)/edit.png \
--- a/pixmaps/Makefile.am	Sun Nov 03 08:45:07 2002 +0000
+++ b/pixmaps/Makefile.am	Sun Nov 03 08:49:55 2002 +0000
@@ -2,6 +2,7 @@
 EXTRA_DIST = 
 		about_menu.png \
 		accounts.png \
+		accounts-menu.png \
 		add.xpm				\
 		angel.xpm			\
 		arrow_down.xpm			\
Binary file pixmaps/accounts-menu.png has changed
--- a/src/buddy.c	Sun Nov 03 08:45:07 2002 +0000
+++ b/src/buddy.c	Sun Nov 03 08:49:55 2002 +0000
@@ -2651,7 +2651,7 @@
 	gaim_separator(menu);
 
 #ifndef NO_MULTI
-	gaim_new_item_from_stock(menu, _("_Accounts..."), NULL,
+	gaim_new_item_from_pixbuf(menu, _("_Accounts..."), "accounts-menu.png",
 				  GTK_SIGNAL_FUNC(account_editor), NULL, 'a', GDK_CONTROL_MASK, "Ctl+A");
 #endif
 	gaim_new_item_from_stock(menu, _("_Preferences..."), GTK_STOCK_PREFERENCES,