Mercurial > pidgin
comparison src/buddy.c @ 2780:8e0837d62ca0
[gaim-migrate @ 2793]
Andrew Molly thinks I don't know the difference between 12x12 and
18x18. =-O
committer: Tailor Script <tailor@pidgin.im>
author | Rob Flynn <gaim@robflynn.com> |
---|---|
date | Tue, 20 Nov 2001 07:20:06 +0000 |
parents | 27c22147e023 |
children | feea7103a235 |
comparison
equal
deleted
inserted
replaced
2779:d6408b1befc9 | 2780:8e0837d62ca0 |
---|---|
70 #include "pixmaps/tb_search.xpm" | 70 #include "pixmaps/tb_search.xpm" |
71 #include "pixmaps/join.xpm" | 71 #include "pixmaps/join.xpm" |
72 #include "pixmaps/gnome_add.xpm" | 72 #include "pixmaps/gnome_add.xpm" |
73 #include "pixmaps/gnome_remove.xpm" | 73 #include "pixmaps/gnome_remove.xpm" |
74 #include "pixmaps/group.xpm" | 74 #include "pixmaps/group.xpm" |
75 #include "pixmaps/logout_menu.xpm" | |
75 | 76 |
76 static GtkTooltips *tips; | 77 static GtkTooltips *tips; |
77 static GtkAccelGroup *accel; | 78 static GtkAccelGroup *accel; |
78 static GtkWidget *editpane; | 79 static GtkWidget *editpane; |
79 static GtkWidget *buddypane; | 80 static GtkWidget *buddypane; |
2413 gaim_new_item_with_pixmap(menu, _("Import Buddy List"), import_small_xpm, | 2414 gaim_new_item_with_pixmap(menu, _("Import Buddy List"), import_small_xpm, |
2414 GTK_SIGNAL_FUNC(import_callback), 0, 0, 0); | 2415 GTK_SIGNAL_FUNC(import_callback), 0, 0, 0); |
2415 /*gaim_new_item_with_pixmap(menu, _("Export Buddy List"), export_small_xpm, | 2416 /*gaim_new_item_with_pixmap(menu, _("Export Buddy List"), export_small_xpm, |
2416 GTK_SIGNAL_FUNC(show_export_dialog), 0, 0, 0); */ | 2417 GTK_SIGNAL_FUNC(show_export_dialog), 0, 0, 0); */ |
2417 gaim_separator(menu); | 2418 gaim_separator(menu); |
2418 gaim_new_item_with_pixmap(menu, _("Signoff"), logout_icon_xpm, | 2419 gaim_new_item_with_pixmap(menu, _("Signoff"), logout_menu_xpm, |
2419 GTK_SIGNAL_FUNC(signoff_all), 'd', GDK_CONTROL_MASK, "Ctl+D"); | 2420 GTK_SIGNAL_FUNC(signoff_all), 'd', GDK_CONTROL_MASK, "Ctl+D"); |
2420 | 2421 |
2421 #ifndef USE_APPLET | 2422 #ifndef USE_APPLET |
2422 gaim_new_item_with_pixmap(menu, _("Quit"), exit_small_xpm, | 2423 gaim_new_item_with_pixmap(menu, _("Quit"), exit_small_xpm, |
2423 GTK_SIGNAL_FUNC(do_quit), 'q', GDK_CONTROL_MASK, "Ctl+Q"); | 2424 GTK_SIGNAL_FUNC(do_quit), 'q', GDK_CONTROL_MASK, "Ctl+Q"); |