comparison src/gtkconv.c @ 10320:61852117568f

[gaim-migrate @ 11527] A little code cleanup here and there. And I removed gaim_setup() from gtkmain.c and put it in gtksound.c committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Sun, 05 Dec 2004 21:05:52 +0000
parents ec140184437b
children bbf738a0ce7b
comparison
equal deleted inserted replaced
10319:32e7baa81e03 10320:61852117568f
60 #include "gtklog.h" 60 #include "gtklog.h"
61 #include "gtkpounce.h" 61 #include "gtkpounce.h"
62 #include "gtkprivacy.h" 62 #include "gtkprivacy.h"
63 #include "gtkutils.h" 63 #include "gtkutils.h"
64 #include "gtkstock.h" 64 #include "gtkstock.h"
65
66 /* XXX */
67 #include "gaim.h"
68 65
69 #define AUTO_RESPONSE "&lt;AUTO-REPLY&gt; : " 66 #define AUTO_RESPONSE "&lt;AUTO-REPLY&gt; : "
70 67
71 #define SEND_COLOR "#16569E" 68 #define SEND_COLOR "#16569E"
72 #define RECV_COLOR "#A82F2F" 69 #define RECV_COLOR "#A82F2F"