diff plugins/raw.c @ 10884:5cda52915a1f

[gaim-migrate @ 12582] Rename create_prpl_icon to gaim_gtk_create_prpl_icon, remove some dead code from gtkconv, and use G_MODULE_BIND_LOCAL - this breaks perl plugins, and should be added to the list of things that need fixing to save perl. Semi-fix the raw plugin too, but only if your filesystem is being friendly in where it puts stuff. committer: Tailor Script <tailor@pidgin.im>
author Stu Tomlinson <stu@nosnilmot.com>
date Thu, 28 Apr 2005 01:06:31 +0000
parents a9fb4493ae22
children 50224ac8184d
line wrap: on
line diff
--- a/plugins/raw.c	Thu Apr 28 00:55:33 2005 +0000
+++ b/plugins/raw.c	Thu Apr 28 01:06:31 2005 +0000
@@ -1,3 +1,4 @@
+#define GAIM_PLUGINS
 #include "conversation.h"
 #include "debug.h"
 #include "prpl.h"
@@ -13,6 +14,7 @@
 #endif
 
 #include "protocols/jabber/jabber.h"
+#undef GAIM_PLUGINS
 #include "protocols/msn/session.h"
 
 #define RAW_PLUGIN_ID "gtk-raw"