comparison src/gtkpluginpref.h @ 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 7024b595b6ae
children db62420a53a2
comparison
equal deleted inserted replaced
9708:d49a19e8320c 9709:4d05b6e9e9cd
28 28
29 #ifdef HAVE_CONFIG_H 29 #ifdef HAVE_CONFIG_H
30 # include <config.h> 30 # include <config.h>
31 #endif 31 #endif
32 32
33 #include <gtk/gtk.h> 33 #include "pluginpref.h"
34 34
35 #include "pluginpref.h" 35 #include "gtkinternal.h"
36 36
37 #ifdef __cplusplus 37 #ifdef __cplusplus
38 extern "C" { 38 extern "C" {
39 #endif 39 #endif
40 40