diff pidgin/gtkplugin.h @ 15631:a830f9756f23

Some more pidgininfication
author Daniel Atallah <daniel.atallah@gmail.com>
date Wed, 14 Feb 2007 02:35:35 +0000
parents 535f002e7b0f
children 32c366eeeb99
line wrap: on
line diff
--- a/pidgin/gtkplugin.h	Wed Feb 14 02:28:44 2007 +0000
+++ b/pidgin/gtkplugin.h	Wed Feb 14 02:35:35 2007 +0000
@@ -7,7 +7,7 @@
  * Pidgin 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
@@ -42,7 +42,7 @@
 
 #define PIDGIN_PLUGIN_TYPE PIDGIN_UI
 
-#define GAIM_IS_GTK_PLUGIN(plugin) \
+#define PIDGIN_IS_PIDGIN_PLUGIN(plugin) \
 	((plugin)->info != NULL && (plugin)->info->ui_info != NULL && \
 	 !strcmp((plugin)->info->ui_requirement, PIDGIN_PLUGIN_TYPE))