comparison src/buddy_chat.c @ 604:0b1a132e0f75

[gaim-migrate @ 614] gaim passes the -Wall test again committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Fri, 04 Aug 2000 04:45:51 +0000
parents f03f041c1aa9
children 12bb64b42ad1
comparison
equal deleted inserted replaced
603:9b0717b4a490 604:0b1a132e0f75
30 #include <gtk/gtk.h> 30 #include <gtk/gtk.h>
31 #include "gtkhtml.h" 31 #include "gtkhtml.h"
32 #include <gdk/gdkkeysyms.h> 32 #include <gdk/gdkkeysyms.h>
33 33
34 #include "convo.h" 34 #include "convo.h"
35
36 #include "pixmaps/join.xpm"
37 #include "pixmaps/cancel.xpm"
38
35 39
36 static GtkWidget *joinchat; 40 static GtkWidget *joinchat;
37 static GtkWidget *entry; 41 static GtkWidget *entry;
38 static GtkWidget *invite; 42 static GtkWidget *invite;
39 static GtkWidget *inviteentry; 43 static GtkWidget *inviteentry;