Mercurial > pidgin.yaz
diff src/buddy_chat.c @ 3716:d7e83b4db191
[gaim-migrate @ 3849]
Warning fixes
committer: Tailor Script <tailor@pidgin.im>
author | Herman Bloggs <hermanator12002@yahoo.com> |
---|---|
date | Wed, 16 Oct 2002 19:44:19 +0000 |
parents | da6e3c984985 |
children | ac18a395eced |
line wrap: on
line diff
--- a/src/buddy_chat.c Wed Oct 16 19:40:00 2002 +0000 +++ b/src/buddy_chat.c Wed Oct 16 19:44:19 2002 +0000 @@ -36,9 +36,16 @@ #include "convo.h" #include "prpl.h" -#include "pixmaps/tb_forward.xpm" +/*#include "pixmaps/tb_forward.xpm"*/ #include "pixmaps/join.xpm" -#include "pixmaps/close.xpm" +/*#include "pixmaps/close.xpm"*/ +#include "pixmaps/cancel.xpm" +#include "pixmaps/tmp_send.xpm" +#include "pixmaps/gnome_add.xpm" +#include "pixmaps/gnome_remove.xpm" +#include "pixmaps/block.xpm" +#include "pixmaps/warn.xpm" +#include "pixmaps/tb_search.xpm" GtkWidget *joinchat; static struct gaim_connection *joinchatgc; @@ -1122,12 +1129,12 @@ GtkWidget *cont; GtkWidget *text; GtkWidget *list; - GtkWidget *close; + /*GtkWidget *close;*/ GtkWidget *chatentry; GtkWidget *lbox; GtkWidget *bbox; GtkWidget *bbox2; - GtkWidget *button, *im; + GtkWidget *button; GtkWidget *sw; GtkWidget *sw2; GtkWidget *vbox; @@ -1138,7 +1145,7 @@ char buf[BUF_LONG]; - int dispstyle = set_dispstyle(1); + /*int dispstyle = set_dispstyle(1);*/ if (chat_options & OPT_CHAT_ONE_WINDOW) { if (!all_chats) {