Mercurial > pidgin
comparison src/conversation.c @ 210:ec0686b3b03f
[gaim-migrate @ 220]
Mostly small changes trying to get -Wall not to give any messages.
committer: Tailor Script <tailor@pidgin.im>
author | Eric Warmenhoven <eric@warmenhoven.org> |
---|---|
date | Mon, 01 May 2000 19:39:00 +0000 |
parents | 6e9b375e30e7 |
children | 83dd297aa363 |
comparison
equal
deleted
inserted
replaced
209:6e9b375e30e7 | 210:ec0686b3b03f |
---|---|
24 #include <sys/types.h> | 24 #include <sys/types.h> |
25 #include <sys/stat.h> | 25 #include <sys/stat.h> |
26 #include <unistd.h> | 26 #include <unistd.h> |
27 #include <stdio.h> | 27 #include <stdio.h> |
28 #include <stdlib.h> | 28 #include <stdlib.h> |
29 #include <ctype.h> | |
29 #include <gtk/gtk.h> | 30 #include <gtk/gtk.h> |
30 #include "gaim.h" | 31 #include "gaim.h" |
31 #include "gtkhtml.h" | 32 #include "gtkhtml.h" |
32 #include <gdk/gdkkeysyms.h> | 33 #include <gdk/gdkkeysyms.h> |
33 #include "pixmaps/underline.xpm" | 34 #include "pixmaps/underline.xpm" |
35 #include "pixmaps/italic.xpm" | 36 #include "pixmaps/italic.xpm" |
36 #include "pixmaps/small.xpm" | 37 #include "pixmaps/small.xpm" |
37 #include "pixmaps/normal.xpm" | 38 #include "pixmaps/normal.xpm" |
38 #include "pixmaps/big.xpm" | 39 #include "pixmaps/big.xpm" |
39 #include "pixmaps/speaker.xpm" | 40 #include "pixmaps/speaker.xpm" |
40 #include "pixmaps/aimicon2.xpm" | 41 /* #include "pixmaps/aimicon2.xpm" */ |
41 #include "pixmaps/wood.xpm" | 42 #include "pixmaps/wood.xpm" |
42 #include "pixmaps/palette.xpm" | 43 #include "pixmaps/palette.xpm" |
43 #include "pixmaps/link.xpm" | 44 #include "pixmaps/link.xpm" |
44 #include "pixmaps/strike.xpm" | 45 #include "pixmaps/strike.xpm" |
45 | 46 |