comparison 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
comparison
equal deleted inserted replaced
726:012bf218a655 727:8b9f0537f473
65 #include "pixmaps/daemon-permadd.xpm" 65 #include "pixmaps/daemon-permadd.xpm"
66 #include "pixmaps/daemon-permdel.xpm" 66 #include "pixmaps/daemon-permdel.xpm"
67 67
68 #include "pixmaps/add_small.xpm" 68 #include "pixmaps/add_small.xpm"
69 #include "pixmaps/import_small.xpm" 69 #include "pixmaps/import_small.xpm"
70 #include "pixmaps/close_small.xpm"
71 #include "pixmaps/exit_small.xpm"
70 72
71 static GtkTooltips *tips; 73 static GtkTooltips *tips;
72 static GtkWidget *editpane; 74 static GtkWidget *editpane;
73 static GtkWidget *buddypane; 75 static GtkWidget *buddypane;
74 static GtkWidget *imchatbox; 76 static GtkWidget *imchatbox;
1856 } 1858 }
1857 gaim_seperator(menu); 1859 gaim_seperator(menu);
1858 gaim_new_item_with_pixmap(menu, _("Signoff"), add_small_xpm, GTK_SIGNAL_FUNC(signoff)); 1860 gaim_new_item_with_pixmap(menu, _("Signoff"), add_small_xpm, GTK_SIGNAL_FUNC(signoff));
1859 1861
1860 #ifndef USE_APPLET 1862 #ifndef USE_APPLET
1861 gaim_new_item_with_pixmap(menu, _("Quit"), add_small_xpm, GTK_SIGNAL_FUNC(do_quit)); 1863 gaim_new_item_with_pixmap(menu, _("Quit"), exit_small_xpm, GTK_SIGNAL_FUNC(do_quit));
1862 #else 1864 #else
1863 gaim_new_item_with_pixmap(menu, _("Close"), add_small_xpm, GTK_SIGNAL_FUNC(applet_destroy_buddy)); 1865 gaim_new_item_with_pixmap(menu, _("Close"), close_small_xpm, GTK_SIGNAL_FUNC(applet_destroy_buddy));
1864 #endif 1866 #endif
1865 1867
1866 menu = gtk_menu_new(); 1868 menu = gtk_menu_new();
1867 1869
1868 menuitem = gaim_new_item(NULL, _("Tools"), NULL); 1870 menuitem = gaim_new_item(NULL, _("Tools"), NULL);