diff src/buddy.c @ 727:8b9f0537f473

[gaim-migrate @ 737] Added a few more little pixmaps to the file menu. committer: Tailor Script <tailor@pidgin.im>
author Rob Flynn <gaim@robflynn.com>
date Sat, 19 Aug 2000 21:21:59 +0000
parents 7e5523de52e2
children 8f3bcde94e2c
line wrap: on
line diff
--- a/src/buddy.c	Sat Aug 19 04:32:52 2000 +0000
+++ b/src/buddy.c	Sat Aug 19 21:21:59 2000 +0000
@@ -67,6 +67,8 @@
 
 #include "pixmaps/add_small.xpm"
 #include "pixmaps/import_small.xpm"
+#include "pixmaps/close_small.xpm"
+#include "pixmaps/exit_small.xpm"
 
 static GtkTooltips *tips;
 static GtkWidget *editpane;
@@ -1858,9 +1860,9 @@
 	gaim_new_item_with_pixmap(menu, _("Signoff"), add_small_xpm, GTK_SIGNAL_FUNC(signoff));
 
 #ifndef USE_APPLET
-	gaim_new_item_with_pixmap(menu, _("Quit"), add_small_xpm, GTK_SIGNAL_FUNC(do_quit));
+	gaim_new_item_with_pixmap(menu, _("Quit"), exit_small_xpm, GTK_SIGNAL_FUNC(do_quit));
 #else
-	gaim_new_item_with_pixmap(menu, _("Close"), add_small_xpm, GTK_SIGNAL_FUNC(applet_destroy_buddy));
+	gaim_new_item_with_pixmap(menu, _("Close"), close_small_xpm, GTK_SIGNAL_FUNC(applet_destroy_buddy));
 #endif
 
 	menu = gtk_menu_new();