grim/guifications2

Cheating by including the compatibility header for now.
org.guifications.gf2
2007-04-01, John Bailey
405222820c3b
Parents b110f01ee739
Children 9ca4e7548d81
Cheating by including the compatibility header for now.
--- a/src/gf_action.c Sun Apr 01 17:11:21 2007 -0400
+++ b/src/gf_action.c Sun Apr 01 17:32:14 2007 -0400
@@ -26,11 +26,13 @@
#include <gtkdialogs.h>
#include <gtklog.h>
#include <gtkpounce.h>
-#include <gaimstock.h>
#include <gtkutils.h>
+#include <pidginstock.h>
#include <plugin.h>
#include <version.h>
+#include <gaim-compat.h>
+
#ifdef HAVE_CONFIG_H
# include "../gf_config.h"
#endif
--- a/src/gf_blist.c Sun Apr 01 17:11:21 2007 -0400
+++ b/src/gf_blist.c Sun Apr 01 17:32:14 2007 -0400
@@ -27,6 +27,8 @@
#include <request.h>
#include <version.h>
+#include <gaim-compat.h>
+
#ifdef HAVE_CONFIG_H
# include "../gf_config.h"
#endif
--- a/src/gf_display.c Sun Apr 01 17:11:21 2007 -0400
+++ b/src/gf_display.c Sun Apr 01 17:32:14 2007 -0400
@@ -40,6 +40,8 @@
#include <prefs.h>
#include <version.h>
+#include <gaim-compat.h>
+
#include "gf_action.h"
#include "gf_event_info.h"
#include "gf_notification.h"
--- a/src/gf_event.c Sun Apr 01 17:11:21 2007 -0400
+++ b/src/gf_event.c Sun Apr 01 17:32:14 2007 -0400
@@ -31,6 +31,8 @@
#include <util.h>
#include <version.h>
+#include <gaim-compat.h>
+
#ifdef HAVE_CONFIG_H
# include "../gf_config.h"
#endif
--- a/src/gf_event_info.c Sun Apr 01 17:11:21 2007 -0400
+++ b/src/gf_event_info.c Sun Apr 01 17:32:14 2007 -0400
@@ -25,6 +25,8 @@
#include <conversation.h>
#include <prefs.h>
+#include <gaim-compat.h>
+
#include "gf_event.h"
#include "gf_event_info.h"
--- a/src/gf_item.c Sun Apr 01 17:11:21 2007 -0400
+++ b/src/gf_item.c Sun Apr 01 17:32:14 2007 -0400
@@ -21,6 +21,8 @@
#include <debug.h>
+#include <gaim-compat.h>
+
#ifdef HAVE_CONFIG_H
# include "../gf_config.h"
#endif
--- a/src/gf_item_icon.c Sun Apr 01 17:11:21 2007 -0400
+++ b/src/gf_item_icon.c Sun Apr 01 17:32:14 2007 -0400
@@ -27,6 +27,8 @@
#include <gtkblist.h>
#include <gtkutils.h>
+#include <gaim-compat.h>
+
#ifdef HAVE_CONFIG_H
# include "../gf_config.h"
#endif
--- a/src/gf_item_image.c Sun Apr 01 17:11:21 2007 -0400
+++ b/src/gf_item_image.c Sun Apr 01 17:32:14 2007 -0400
@@ -22,6 +22,8 @@
#include <debug.h>
#include <xmlnode.h>
+#include <gaim-compat.h>
+
#include "gf_event_info.h"
#include "gf_gtk_utils.h"
#include "gf_item.h"
--- a/src/gf_item_offset.c Sun Apr 01 17:11:21 2007 -0400
+++ b/src/gf_item_offset.c Sun Apr 01 17:32:14 2007 -0400
@@ -22,6 +22,8 @@
#include <xmlnode.h>
+#include <gaim-compat.h>
+
#include "gf_item.h"
struct _GfItemOffset {
--- a/src/gf_item_text.c Sun Apr 01 17:11:21 2007 -0400
+++ b/src/gf_item_text.c Sun Apr 01 17:32:14 2007 -0400
@@ -48,6 +48,7 @@
#include <xmlnode.h>
#include <version.h>
+#include <gaim-compat.h>
#ifndef _WIN32
# include <gdk/gdkx.h>
--- a/src/gf_notification.c Sun Apr 01 17:11:21 2007 -0400
+++ b/src/gf_notification.c Sun Apr 01 17:32:14 2007 -0400
@@ -23,6 +23,8 @@
#include <debug.h>
#include <xmlnode.h>
+#include <gaim-compat.h>
+
#include "gf_event_info.h"
#include "gf_gtk_utils.h"
#include "gf_item.h"
--- a/src/gf_preferences.c Sun Apr 01 17:11:21 2007 -0400
+++ b/src/gf_preferences.c Sun Apr 01 17:32:14 2007 -0400
@@ -33,6 +33,8 @@
#include <gtkutils.h>
#include <gtkprefs.h>
+#include <gaim-compat.h>
+
#ifdef HAVE_CONFIG_H
# include "../gf_config.h"
#endif
--- a/src/gf_stock.c Sun Apr 01 17:11:21 2007 -0400
+++ b/src/gf_stock.c Sun Apr 01 17:32:14 2007 -0400
@@ -20,6 +20,8 @@
#include <debug.h>
+#include <gaim-compat.h>
+
#ifdef HAVE_CONFIG_H
# include "../gf_config.h"
#endif
--- a/src/gf_theme.c Sun Apr 01 17:11:21 2007 -0400
+++ b/src/gf_theme.c Sun Apr 01 17:32:14 2007 -0400
@@ -23,9 +23,11 @@
#include <string.h>
#include <stdlib.h>
-#include "debug.h"
-#include "util.h"
-#include "xmlnode.h"
+#include <debug.h>
+#include <util.h>
+#include <xmlnode.h>
+
+#include <gaim-compat.h>
#ifdef HAVE_CONFIG_H
# include "../gf_config.h"
--- a/src/gf_theme_editor.c Sun Apr 01 17:11:21 2007 -0400
+++ b/src/gf_theme_editor.c Sun Apr 01 17:32:14 2007 -0400
@@ -37,6 +37,8 @@
#include <util.h>
#include <gtkplugin.h>
+#include <gaim-compat.h>
+
#include "gf_event.h"
#include "gf_file.h"
#include "gf_internal.h"
--- a/src/gf_theme_info.c Sun Apr 01 17:11:21 2007 -0400
+++ b/src/gf_theme_info.c Sun Apr 01 17:32:14 2007 -0400
@@ -33,6 +33,8 @@
#include <debug.h>
#include <xmlnode.h>
+#include <gaim-compat.h>
+
GfThemeInfo *
gf_theme_info_new() {
GfThemeInfo *info;
--- a/src/gf_theme_ops.c Sun Apr 01 17:11:21 2007 -0400
+++ b/src/gf_theme_ops.c Sun Apr 01 17:32:14 2007 -0400
@@ -31,6 +31,8 @@
#include <debug.h>
#include <xmlnode.h>
+#include <gaim-compat.h>
+
GfThemeOptions *
gf_theme_options_new() {
GfThemeOptions *ops;
--- a/src/guifications.c Sun Apr 01 17:11:21 2007 -0400
+++ b/src/guifications.c Sun Apr 01 17:32:14 2007 -0400
@@ -40,6 +40,8 @@
#include <gtkplugin.h>
#include <version.h>
+#include <gaim-compat.h>
+
#include <stdlib.h>
#include <time.h>