changeset 9791:4a15962c344a

[gaim-migrate @ 10659] A patch from Gary Kramlich that renames gtkinternal.h to gtkgaim.h, and makes it not include internal.h There were some reasons for this... but basically it's cleaner. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Fri, 20 Aug 2004 05:11:30 +0000
parents f8b2630ca694
children 465d19aad04b
files plugins/docklet/docklet-x11.c plugins/docklet/docklet.c plugins/extplacement.c plugins/gaim-remote/remote.c plugins/gestures/gestures.c plugins/history.c plugins/iconaway.c plugins/notify.c plugins/spellchk.c plugins/ticker/ticker.c src/Makefile.am src/away.c src/away.h src/gtkaccount.c src/gtkblist.c src/gtkblist.h src/gtkconn.c src/gtkconv.c src/gtkconv.h src/gtkdebug.c src/gtkdialogs.c src/gtkdialogs.h src/gtkft.c src/gtkgaim.h src/gtkimhtmltoolbar.c src/gtkinternal.h src/gtklog.c src/gtklog.h src/gtknotify.c src/gtkplugin.c src/gtkplugin.h src/gtkpluginpref.c src/gtkpluginpref.h src/gtkpounce.c src/gtkprefs.c src/gtkprivacy.c src/gtkrequest.c src/gtkroomlist.c src/gtksound.c src/gtkutils.c src/gtkutils.h src/idle.c src/main.c src/sound.c src/status.c src/stock.c src/themes.c
diffstat 47 files changed, 137 insertions(+), 99 deletions(-) [+]
line wrap: on
line diff
--- a/plugins/docklet/docklet-x11.c	Fri Aug 20 04:59:53 2004 +0000
+++ b/plugins/docklet/docklet-x11.c	Fri Aug 20 05:11:30 2004 +0000
@@ -23,7 +23,7 @@
  */
 
 #include "internal.h"
-#include "gtkinternal.h"
+#include "gtkgaim.h"
 #include "debug.h"
 #include "stock.h"
 
--- a/plugins/docklet/docklet.c	Fri Aug 20 04:59:53 2004 +0000
+++ b/plugins/docklet/docklet.c	Fri Aug 20 05:11:30 2004 +0000
@@ -30,7 +30,7 @@
     - optional pop up notices when GNOME2's system-tray-applet supports it */
 
 #include "internal.h"
-#include "gtkinternal.h"
+#include "gtkgaim.h"
 
 #include "core.h"
 #include "debug.h"
--- a/plugins/extplacement.c	Fri Aug 20 04:59:53 2004 +0000
+++ b/plugins/extplacement.c	Fri Aug 20 05:11:30 2004 +0000
@@ -21,6 +21,7 @@
  */
 
 #include "internal.h"
+#include "gtkgaim.h"
 #include "conversation.h"
 #include "gtkplugin.h"
 
--- a/plugins/gaim-remote/remote.c	Fri Aug 20 04:59:53 2004 +0000
+++ b/plugins/gaim-remote/remote.c	Fri Aug 20 05:11:30 2004 +0000
@@ -22,7 +22,7 @@
  * @todo Make this a core plugin!
  */
 #include "internal.h"
-#include "gtkinternal.h"
+#include "gtkgaim.h"
 
 #ifndef _WIN32
 # include <sys/un.h>
--- a/plugins/gestures/gestures.c	Fri Aug 20 04:59:53 2004 +0000
+++ b/plugins/gestures/gestures.c	Fri Aug 20 05:11:30 2004 +0000
@@ -19,7 +19,7 @@
  * 02111-1307, USA.
  */
 #include "internal.h"
-#include "gtkinternal.h"
+#include "gtkgaim.h"
 
 #include "debug.h"
 #include "prefs.h"
--- a/plugins/history.c	Fri Aug 20 04:59:53 2004 +0000
+++ b/plugins/history.c	Fri Aug 20 05:11:30 2004 +0000
@@ -1,7 +1,8 @@
 /* Puts last 4k of log in new conversations a la Everybuddy (and then
  * stolen by Trillian "Pro") */
 
-#include "gtkinternal.h"
+#include "internal.h"
+#include "gtkgaim.h"
 
 #include "conversation.h"
 #include "debug.h"
--- a/plugins/iconaway.c	Fri Aug 20 04:59:53 2004 +0000
+++ b/plugins/iconaway.c	Fri Aug 20 05:11:30 2004 +0000
@@ -1,4 +1,25 @@
-#include "gtkinternal.h"
+/* gaim
+ *
+ * Gaim is the legal property of its developers, whose names are too numerous
+ * to list here.  Please refer to the COPYRIGHT file distributed with this
+ * source distribution.
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+ */
+#include "internal.h"
+#include "gtkgaim.h"
 
 #include "conversation.h"
 #include "signals.h"
--- a/plugins/notify.c	Fri Aug 20 04:59:53 2004 +0000
+++ b/plugins/notify.c	Fri Aug 20 05:11:30 2004 +0000
@@ -66,7 +66,8 @@
  *  react to focus-in events when the entry or history widgets are focused)
  */
 
-#include "gtkinternal.h"
+#include "internal.h"
+#include "gtkgaim.h"
 
 #include "debug.h"
 #include "prefs.h"
--- a/plugins/spellchk.c	Fri Aug 20 04:59:53 2004 +0000
+++ b/plugins/spellchk.c	Fri Aug 20 05:11:30 2004 +0000
@@ -3,6 +3,7 @@
  * or nearly directly from xchat, version 1.4.2 by Peter Zelezny and others.
  */
 #include "internal.h"
+#include "gtkgaim.h"
 
 #include "debug.h"
 #include "signals.h"
--- a/plugins/ticker/ticker.c	Fri Aug 20 04:59:53 2004 +0000
+++ b/plugins/ticker/ticker.c	Fri Aug 20 05:11:30 2004 +0000
@@ -25,7 +25,7 @@
  * pluginized- Sean Egan, Summer 2002
  */
 #include "internal.h"
-#include "gtkinternal.h"
+#include "gtkgaim.h"
 
 #include "blist.h"
 #include "conversation.h"
--- a/src/Makefile.am	Fri Aug 20 04:59:53 2004 +0000
+++ b/src/Makefile.am	Fri Aug 20 05:11:30 2004 +0000
@@ -183,9 +183,9 @@
 	gtkdialogs.h \
 	gtkeventloop.h \
 	gtkft.h \
+	gtkgaim.h \
 	gtkimhtml.h \
 	gtkimhtmltoolbar.h \
-	gtkinternal.h \
 	gtklog.h \
 	gtknotify.h \
 	gtkplugin.h \
--- a/src/away.c	Fri Aug 20 04:59:53 2004 +0000
+++ b/src/away.c	Fri Aug 20 05:11:30 2004 +0000
@@ -21,7 +21,7 @@
  *
  */
 #include "internal.h"
-#include "gtkinternal.h"
+#include "gtkgaim.h"
 
 #include "conversation.h"
 #include "debug.h"
--- a/src/away.h	Fri Aug 20 04:59:53 2004 +0000
+++ b/src/away.h	Fri Aug 20 05:11:30 2004 +0000
@@ -25,7 +25,7 @@
 #ifndef _GAIM_AWAY_H_
 #define _GAIM_AWAY_H_
 
-#include "gtkinternal.h"
+#include "gtkgaim.h"
 
 /* XXX CUI: away messages aren't really anything more than char* but we need two char*'s
  * for the UI so that people can name their away messages when they save them. So these
--- a/src/gtkaccount.c	Fri Aug 20 04:59:53 2004 +0000
+++ b/src/gtkaccount.c	Fri Aug 20 05:11:30 2004 +0000
@@ -23,7 +23,8 @@
  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  */
 
-#include "gtkinternal.h"
+#include "internal.h"
+#include "gtkgaim.h"
 
 #include "account.h"
 #include "accountopt.h"
--- a/src/gtkblist.c	Fri Aug 20 04:59:53 2004 +0000
+++ b/src/gtkblist.c	Fri Aug 20 05:11:30 2004 +0000
@@ -20,7 +20,8 @@
  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  *
  */
-#include "gtkinternal.h"
+#include "internal.h"
+#include "gtkgaim.h"
 
 #include "account.h"
 #include "connection.h"
--- a/src/gtkblist.h	Fri Aug 20 04:59:53 2004 +0000
+++ b/src/gtkblist.h	Fri Aug 20 05:11:30 2004 +0000
@@ -25,6 +25,7 @@
 #ifndef _GAIM_GTKBLIST_H_
 #define _GAIM_GTKBLIST_H_
 
+#include "gtkgaim.h"
 #include "blist.h"
 
 enum {
--- a/src/gtkconn.c	Fri Aug 20 04:59:53 2004 +0000
+++ b/src/gtkconn.c	Fri Aug 20 05:11:30 2004 +0000
@@ -19,7 +19,8 @@
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  */
-#include "gtkinternal.h"
+#include "internal.h"
+#include "gtkgaim.h"
 
 #include "account.h"
 #include "debug.h"
--- a/src/gtkconv.c	Fri Aug 20 04:59:53 2004 +0000
+++ b/src/gtkconv.c	Fri Aug 20 05:11:30 2004 +0000
@@ -21,7 +21,8 @@
  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  *
  */
-#include "gtkinternal.h"
+#include "internal.h"
+#include "gtkgaim.h"
 
 #ifndef _WIN32
 # include <X11/Xlib.h>
--- a/src/gtkconv.h	Fri Aug 20 04:59:53 2004 +0000
+++ b/src/gtkconv.h	Fri Aug 20 05:11:30 2004 +0000
@@ -25,7 +25,7 @@
 #ifndef _GAIM_GTKCONVERSATION_H_
 #define _GAIM_GTKCONVERSATION_H_
 
-#include "gtkinternal.h"
+#include "gtkgaim.h"
 
 #include "conversation.h"
 
--- a/src/gtkdebug.c	Fri Aug 20 04:59:53 2004 +0000
+++ b/src/gtkdebug.c	Fri Aug 20 05:11:30 2004 +0000
@@ -22,7 +22,8 @@
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  */
-#include "gtkinternal.h"
+#include "internal.h"
+#include "gtkgaim.h"
 
 #include "notify.h"
 #include "prefs.h"
--- a/src/gtkdialogs.c	Fri Aug 20 04:59:53 2004 +0000
+++ b/src/gtkdialogs.c	Fri Aug 20 05:11:30 2004 +0000
@@ -19,7 +19,8 @@
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  */
-#include "gtkinternal.h"
+#include "internal.h"
+#include "gtkgaim.h"
 
 #include "debug.h"
 #include "notify.h"
--- a/src/gtkdialogs.h	Fri Aug 20 04:59:53 2004 +0000
+++ b/src/gtkdialogs.h	Fri Aug 20 05:11:30 2004 +0000
@@ -25,7 +25,7 @@
 #ifndef _GAIM_GTKDIALOGS_H_
 #define _GAIM_GTKDIALOGS_H_
 
-#include "gtkinternal.h"
+#include "gtkgaim.h"
 
 #include "account.h"
 #include "conversation.h"
--- a/src/gtkft.c	Fri Aug 20 04:59:53 2004 +0000
+++ b/src/gtkft.c	Fri Aug 20 05:11:30 2004 +0000
@@ -22,7 +22,8 @@
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  */
-#include "gtkinternal.h"
+#include "internal.h"
+#include "gtkgaim.h"
 
 #include "debug.h"
 #include "notify.h"
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/src/gtkgaim.h	Fri Aug 20 05:11:30 2004 +0000
@@ -0,0 +1,51 @@
+/**
+ * @file gtkgaim.h UI definitions and includes
+ * @ingroup gtkui
+ *
+ * gaim
+ *
+ * Gaim is the legal property of its developers, whose names are too numerous
+ * to list here.  Please refer to the COPYRIGHT file distributed with this
+ * source distribution.
+ *
+ * This program is free software; you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+ */
+#ifndef _GAIM_GTKGAIM_H_
+#define _GAIM_GTKGAIM_H_
+
+#ifndef _WIN32
+# include <gdk/gdkx.h>
+#endif
+
+#include <gtk/gtk.h>
+
+#ifndef _WIN32
+# define GAIM_ALERT_TITLE ""
+#else
+# define GAIM_ALERT_TITLE "Gaim"
+#endif
+
+/*
+ * This is backwards-compatibility code for old versions of GTK+ (2.2.1 and
+ * earlier).  It defines the new wrap behavior (unknown in earlier versions)
+ * as the old (slightly buggy) wrap behavior.
+ */
+#ifndef GTK_WRAP_WORD_CHAR
+#define GTK_WRAP_WORD_CHAR GTK_WRAP_WORD
+#endif
+
+
+#endif /* _GAIM_GTKGAIM_H_ */
+
--- a/src/gtkimhtmltoolbar.c	Fri Aug 20 04:59:53 2004 +0000
+++ b/src/gtkimhtmltoolbar.c	Fri Aug 20 05:11:30 2004 +0000
@@ -20,7 +20,8 @@
  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  *
  */
-#include "gtkinternal.h"
+#include "internal.h"
+#include "gtkgaim.h"
 
 #include "imgstore.h"
 #include "notify.h"
--- a/src/gtkinternal.h	Fri Aug 20 04:59:53 2004 +0000
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,52 +0,0 @@
-/**
- * @file gtkinternal.h Internal UI definitions and includes
- * @ingroup gtkui
- *
- * gaim
- *
- * Gaim is the legal property of its developers, whose names are too numerous
- * to list here.  Please refer to the COPYRIGHT file distributed with this
- * source distribution.
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation; either version 2 of the License, or
- * (at your option) any later version.
- *
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
- */
-#ifndef _GAIM_GTKINTERNAL_H_
-#define _GAIM_GTKINTERNAL_H_
-
-#include "internal.h"
-
-#ifndef _WIN32
-# include <gdk/gdkx.h>
-#endif
-
-#include <gtk/gtk.h>
-
-#ifndef _WIN32
-# define GAIM_ALERT_TITLE ""
-#else
-# define GAIM_ALERT_TITLE "Gaim"
-#endif
-
-/*
- * This is backwards-compatibility code for old versions of GTK+ (2.2.1 and
- * earlier).  It defines the new wrap behavior (unknown in earlier versions)
- * as the old (slightly buggy) wrap behavior.
- */
-#ifndef GTK_WRAP_WORD_CHAR
-#define GTK_WRAP_WORD_CHAR GTK_WRAP_WORD
-#endif
-
-
-#endif /* _GAIM_GTKINTERNAL_H_ */
--- a/src/gtklog.c	Fri Aug 20 04:59:53 2004 +0000
+++ b/src/gtklog.c	Fri Aug 20 05:11:30 2004 +0000
@@ -22,8 +22,8 @@
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  */
-
-#include "gtkinternal.h"
+#include "internal.h"
+#include "gtkgaim.h"
 
 #include "account.h"
 #include "util.h"
@@ -472,4 +472,3 @@
 
 	gtk_widget_show_all(syslog_viewer->window);	
 }
-
--- a/src/gtklog.h	Fri Aug 20 04:59:53 2004 +0000
+++ b/src/gtklog.h	Fri Aug 20 05:11:30 2004 +0000
@@ -23,7 +23,7 @@
  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  */
 
-#include "gtkinternal.h"
+#include "gtkgaim.h"
 #include "log.h"
 
 #include "account.h"
--- a/src/gtknotify.c	Fri Aug 20 04:59:53 2004 +0000
+++ b/src/gtknotify.c	Fri Aug 20 05:11:30 2004 +0000
@@ -22,7 +22,8 @@
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  */
-#include "gtkinternal.h"
+#include "internal.h"
+#include "gtkgaim.h"
 
 #include <gdk/gdkkeysyms.h>
 
--- a/src/gtkplugin.c	Fri Aug 20 04:59:53 2004 +0000
+++ b/src/gtkplugin.c	Fri Aug 20 05:11:30 2004 +0000
@@ -22,6 +22,7 @@
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  */
+#include "gtkgaim.h"
 #include "gtkplugin.h"
 #include "debug.h"
 #include "prefs.h"
--- a/src/gtkplugin.h	Fri Aug 20 04:59:53 2004 +0000
+++ b/src/gtkplugin.h	Fri Aug 20 05:11:30 2004 +0000
@@ -25,10 +25,9 @@
 #ifndef _GAIM_GTKPLUGIN_H_
 #define _GAIM_GTKPLUGIN_H_
 
+#include "gtkgaim.h"
 #include "plugin.h"
 
-#include "gtkinternal.h"
-
 typedef struct _GaimGtkPluginUiInfo GaimGtkPluginUiInfo;
 
 /**
--- a/src/gtkpluginpref.c	Fri Aug 20 04:59:53 2004 +0000
+++ b/src/gtkpluginpref.c	Fri Aug 20 05:11:30 2004 +0000
@@ -23,9 +23,6 @@
 # include <config.h>
 #endif
 
-#include <glib.h>
-#include <gtk/gtk.h>
-
 #include "debug.h"
 #include "internal.h"
 #include "pluginpref.h"
--- a/src/gtkpluginpref.h	Fri Aug 20 04:59:53 2004 +0000
+++ b/src/gtkpluginpref.h	Fri Aug 20 05:11:30 2004 +0000
@@ -32,7 +32,7 @@
 
 #include "pluginpref.h"
 
-#include "gtkinternal.h"
+#include "gtkgaim.h"
 
 #ifdef __cplusplus
 extern "C" {
--- a/src/gtkpounce.c	Fri Aug 20 04:59:53 2004 +0000
+++ b/src/gtkpounce.c	Fri Aug 20 05:11:30 2004 +0000
@@ -23,7 +23,8 @@
  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  *
  */
-#include "gtkinternal.h"
+#include "internal.h"
+#include "gtkgaim.h"
 
 #include "account.h"
 #include "conversation.h"
--- a/src/gtkprefs.c	Fri Aug 20 04:59:53 2004 +0000
+++ b/src/gtkprefs.c	Fri Aug 20 05:11:30 2004 +0000
@@ -23,7 +23,8 @@
  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  *
  */
-#include "gtkinternal.h"
+#include "internal.h"
+#include "gtkgaim.h"
 
 #include "debug.h"
 #include "notify.h"
--- a/src/gtkprivacy.c	Fri Aug 20 04:59:53 2004 +0000
+++ b/src/gtkprivacy.c	Fri Aug 20 05:11:30 2004 +0000
@@ -22,7 +22,8 @@
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  */
-#include "gtkinternal.h"
+#include "internal.h"
+#include "gtkgaim.h"
 
 #include "connection.h"
 #include "debug.h"
--- a/src/gtkrequest.c	Fri Aug 20 04:59:53 2004 +0000
+++ b/src/gtkrequest.c	Fri Aug 20 05:11:30 2004 +0000
@@ -22,7 +22,8 @@
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  */
-#include "gtkinternal.h"
+#include "internal.h"
+#include "gtkgaim.h"
 
 #include "prefs.h"
 
--- a/src/gtkroomlist.c	Fri Aug 20 04:59:53 2004 +0000
+++ b/src/gtkroomlist.c	Fri Aug 20 05:11:30 2004 +0000
@@ -23,7 +23,8 @@
  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  */
 
-#include "gtkinternal.h"
+#include "internal.h"
+#include "gtkgaim.h"
 #include "gtkutils.h"
 #include "stock.h"
 #include "debug.h"
--- a/src/gtksound.c	Fri Aug 20 04:59:53 2004 +0000
+++ b/src/gtksound.c	Fri Aug 20 05:11:30 2004 +0000
@@ -20,7 +20,8 @@
  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  *
  */
-#include "gtkinternal.h"
+#include "internal.h"
+#include "gtkgaim.h"
 
 #ifdef _WIN32
 #include <windows.h>
@@ -393,4 +394,3 @@
 
 	return sounds[event].label;
 }
-
--- a/src/gtkutils.c	Fri Aug 20 04:59:53 2004 +0000
+++ b/src/gtkutils.c	Fri Aug 20 05:11:30 2004 +0000
@@ -22,7 +22,8 @@
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  */
-#include "gtkinternal.h"
+#include "internal.h"
+#include "gtkgaim.h"
 
 #ifndef _WIN32
 # include <X11/Xlib.h>
--- a/src/gtkutils.h	Fri Aug 20 04:59:53 2004 +0000
+++ b/src/gtkutils.h	Fri Aug 20 05:11:30 2004 +0000
@@ -26,7 +26,7 @@
 #define _GAIM_GTKUTILS_H_
 
 #include "gtkconv.h"
-#include "gtkinternal.h"
+#include "gtkgaim.h"
 #include "prpl.h"
 
 typedef enum
--- a/src/idle.c	Fri Aug 20 04:59:53 2004 +0000
+++ b/src/idle.c	Fri Aug 20 05:11:30 2004 +0000
@@ -20,7 +20,7 @@
  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  *
  */
-#include "gtkinternal.h"
+#include "internal.h"
 
 #ifdef USE_SCREENSAVER
 # ifndef _WIN32
--- a/src/main.c	Fri Aug 20 04:59:53 2004 +0000
+++ b/src/main.c	Fri Aug 20 05:11:30 2004 +0000
@@ -21,7 +21,8 @@
  *
  */
 
-#include "gtkinternal.h"
+#include "internal.h"
+#include "gtkgaim.h"
 
 #include "account.h"
 #include "conversation.h"
--- a/src/sound.c	Fri Aug 20 04:59:53 2004 +0000
+++ b/src/sound.c	Fri Aug 20 05:11:30 2004 +0000
@@ -27,7 +27,6 @@
 
 /* XXX CORE/UI: this goes away when away messages become sane */
 #include "away.h"
-#include "gtkinternal.h"
 
 
 static GaimSoundUiOps *sound_ui_ops = NULL;
--- a/src/status.c	Fri Aug 20 04:59:53 2004 +0000
+++ b/src/status.c	Fri Aug 20 05:11:30 2004 +0000
@@ -27,7 +27,7 @@
 
 /* XXX CORE/UI */
 #include "away.h"
-#include "gtkinternal.h"
+#include "gtkgaim.h"
 
 
 /* for people like myself who are too lazy to add an away msg :) */
--- a/src/stock.c	Fri Aug 20 04:59:53 2004 +0000
+++ b/src/stock.c	Fri Aug 20 05:11:30 2004 +0000
@@ -22,7 +22,8 @@
  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  *
  */
-#include "gtkinternal.h"
+#include "internal.h"
+#include "gtkgaim.h"
 
 #include "stock.h"
 
--- a/src/themes.c	Fri Aug 20 04:59:53 2004 +0000
+++ b/src/themes.c	Fri Aug 20 05:11:30 2004 +0000
@@ -20,7 +20,8 @@
  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  *
  */
-#include "gtkinternal.h"
+#include "internal.h"
+#include "gtkgaim.h"
 
 #include "conversation.h"
 #include "debug.h"