comparison src/conversation.c @ 661:31384b25f7b6

[gaim-migrate @ 671] I dunno, at least its different. committer: Tailor Script <tailor@pidgin.im>
author Rob Flynn <gaim@robflynn.com>
date Thu, 10 Aug 2000 22:28:00 +0000
parents ea811c6dd3e0
children 71ea550c22ac
comparison
equal deleted inserted replaced
660:b3b5d9d18eea 661:31384b25f7b6
72 #include "pixmaps/gnome_remove.xpm" 72 #include "pixmaps/gnome_remove.xpm"
73 #include "pixmaps/gnome_add.xpm" 73 #include "pixmaps/gnome_add.xpm"
74 #include "pixmaps/cancel.xpm" 74 #include "pixmaps/cancel.xpm"
75 #include "pixmaps/warn.xpm" 75 #include "pixmaps/warn.xpm"
76 #include "pixmaps/tb_search.xpm" 76 #include "pixmaps/tb_search.xpm"
77 #include "pixmaps/block.xpm"
77 78
78 int state_lock=0; 79 int state_lock=0;
79 80
80 GdkPixmap *dark_icon_pm = NULL; 81 GdkPixmap *dark_icon_pm = NULL;
81 GdkBitmap *dark_icon_bm = NULL; 82 GdkBitmap *dark_icon_bm = NULL;
1516 close = picture_button2(win, _("Close"), cancel_xpm); 1517 close = picture_button2(win, _("Close"), cancel_xpm);
1517 if (find_buddy(c->name) != NULL) 1518 if (find_buddy(c->name) != NULL)
1518 add = picture_button2(win, _("Remove"), gnome_remove_xpm); 1519 add = picture_button2(win, _("Remove"), gnome_remove_xpm);
1519 else 1520 else
1520 add = picture_button2(win, _("Add"), gnome_add_xpm); 1521 add = picture_button2(win, _("Add"), gnome_add_xpm);
1521 block = picture_button2(win, _("Block"), tmp_send_xpm); 1522 block = picture_button2(win, _("Block"), block_xpm);
1522 1523
1523 /* use a slicker look if the user wants to */ 1524 /* use a slicker look if the user wants to */
1524 if (display_options & OPT_DISP_COOL_LOOK) 1525 if (display_options & OPT_DISP_COOL_LOOK)
1525 { 1526 {
1526 gtk_button_set_relief(GTK_BUTTON(send), GTK_RELIEF_NONE); 1527 gtk_button_set_relief(GTK_BUTTON(send), GTK_RELIEF_NONE);