comparison src/conversation.c @ 2874:48123cba5a87

[gaim-migrate @ 2887] t h i s i s n o t a t e s t . t h i s i s n o t a t e s t . t h i s i s n o t a t e s t . committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Tue, 11 Dec 2001 10:35:46 +0000
parents 7a6f33cd6721
children 403dd881dcc4
comparison
equal deleted inserted replaced
2873:26be84883f91 2874:48123cba5a87
57 #include "pixmaps/luke03.xpm" 57 #include "pixmaps/luke03.xpm"
58 #include "pixmaps/oneeye.xpm" 58 #include "pixmaps/oneeye.xpm"
59 #include "pixmaps/crazy4.xpm" 59 #include "pixmaps/crazy4.xpm"
60 #include "pixmaps/mrt.xpm" 60 #include "pixmaps/mrt.xpm"
61 #include "pixmaps/download.xpm" 61 #include "pixmaps/download.xpm"
62 #include "pixmaps/farted.xpm"
62 63
63 static gchar *ispell_cmd[] = { "ispell", "-a", NULL }; 64 static gchar *ispell_cmd[] = { "ispell", "-a", NULL };
64 65
65 int state_lock = 0; 66 int state_lock = 0;
66 67
103 gtk_imhtml_associate_smiley(GTK_IMHTML(imhtml), ">:)", crazy4_xpm); 104 gtk_imhtml_associate_smiley(GTK_IMHTML(imhtml), ">:)", crazy4_xpm);
104 gtk_imhtml_associate_smiley(GTK_IMHTML(imhtml), ">:-)", crazy4_xpm); 105 gtk_imhtml_associate_smiley(GTK_IMHTML(imhtml), ">:-)", crazy4_xpm);
105 gtk_imhtml_associate_smiley(GTK_IMHTML(imhtml), ":-o)))", mrt_xpm); 106 gtk_imhtml_associate_smiley(GTK_IMHTML(imhtml), ":-o)))", mrt_xpm);
106 gtk_imhtml_associate_smiley(GTK_IMHTML(imhtml), ":-O)))", mrt_xpm); 107 gtk_imhtml_associate_smiley(GTK_IMHTML(imhtml), ":-O)))", mrt_xpm);
107 gtk_imhtml_associate_smiley(GTK_IMHTML(imhtml), "8-|)", download_xpm); 108 gtk_imhtml_associate_smiley(GTK_IMHTML(imhtml), "8-|)", download_xpm);
109 gtk_imhtml_associate_smiley(GTK_IMHTML(imhtml), ":-])", farted_xpm);
108 } 110 }
109 111
110 void quiet_set(GtkWidget *tb, int state) 112 void quiet_set(GtkWidget *tb, int state)
111 { 113 {
112 state_lock = 1; 114 state_lock = 1;