comparison src/gtkprefs.c @ 9709:4d05b6e9e9cd

[gaim-migrate @ 10570] This patch is freaking massive. Renamed ui.h to gtkdialogs.h Renamed dialogs.c to gtkdialogs.c sed'ed the hell out of the .po files These files are similar to gtkutil.c/.h. They are meant to contain dialogs such as the "New Instant Message" window, which does not belong in gtkblist.c or gtkconv.c, and is called from both places. Eventually the functions in gtkdialogs.c/.h should be changed to conform to Gaim's naming convention. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Sun, 08 Aug 2004 00:48:19 +0000
parents 0b1538126851
children c9ac1976ef01
comparison
equal deleted inserted replaced
9708:d49a19e8320c 9709:4d05b6e9e9cd
36 #include "network.h" 36 #include "network.h"
37 37
38 #include "gtkblist.h" 38 #include "gtkblist.h"
39 #include "gtkconv.h" 39 #include "gtkconv.h"
40 #include "gtkdebug.h" 40 #include "gtkdebug.h"
41 #include "gtkdialogs.h"
41 #include "gtkimhtml.h" 42 #include "gtkimhtml.h"
42 #include "gtkimhtmltoolbar.h" 43 #include "gtkimhtmltoolbar.h"
43 #include "gtkplugin.h" 44 #include "gtkplugin.h"
44 #include "gtkpluginpref.h" 45 #include "gtkpluginpref.h"
45 #include "gtkprefs.h" 46 #include "gtkprefs.h"
46 #include "gtksound.h" 47 #include "gtksound.h"
47 #include "gtkutils.h" 48 #include "gtkutils.h"
48 #include "stock.h" 49 #include "stock.h"
49
50 #include "ui.h"
51 50
52 #define PROXYHOST 0 51 #define PROXYHOST 0
53 #define PROXYPORT 1 52 #define PROXYPORT 1
54 #define PROXYUSER 2 53 #define PROXYUSER 2
55 #define PROXYPASS 3 54 #define PROXYPASS 3