Update of /cvsroot/gaim/gaim/src
In directory usw-pr-cvs1:/tmp/cvs-serv29919
Modified Files:
core.c
Log Message:
fuck you too dennis
Index: core.c
===================================================================
RCS file: /cvsroot/gaim/gaim/src/core.c,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- core.c 2001/10/06 04:37:34 1.9
+++ core.c 2001/10/06 06:21:01 1.10
@@ -92,6 +92,7 @@
static void plugin_handler(struct UI *ui, guchar subtype, guchar *data)
{
+#ifdef GAIM_PLUGINS
guint id;
struct gaim_plugin *p;
@@ -124,6 +125,7 @@
debug_printf("unhandled plugin subtype %d\n", subtype);
break;
}
+#endif
}
static void user_handler(struct UI *ui, guchar subtype, guchar *data)
|