diff options
author | Daniel Atallah <datallah@pidgin.im> | 2007-02-14 02:35:35 +0000 |
---|---|---|
committer | Daniel Atallah <datallah@pidgin.im> | 2007-02-14 02:35:35 +0000 |
commit | bb38769b14790c51ec6d1c4577ffa1e0e1a76a1d (patch) | |
tree | d777227aa1d397f4257f67e19f9c4ed2124a476f /pidgin/gtkplugin.h | |
parent | 9588b288cbd6435adf3d0a15ba541f90098e75da (diff) | |
download | pidgin-bb38769b14790c51ec6d1c4577ffa1e0e1a76a1d.tar.gz |
Some more pidgininfication
Diffstat (limited to 'pidgin/gtkplugin.h')
-rw-r--r-- | pidgin/gtkplugin.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pidgin/gtkplugin.h b/pidgin/gtkplugin.h index ad1c6cb2ac..f668451330 100644 --- a/pidgin/gtkplugin.h +++ b/pidgin/gtkplugin.h @@ -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 @@ struct _PidginPluginUiInfo #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)) |