Revision c028dbf71bbf2bb6aa4b0d8d078526ed3ad63030
rlaager at pidgin.im
rlaager at pidgin.im
Wed Mar 21 05:01:53 EDT 2007
o -----------------------------------------------------------------
| Revision: c028dbf71bbf2bb6aa4b0d8d078526ed3ad63030
| Ancestor: b61aceb262887c1e8d6912606b8a581ae7db4c52
| Author: rlaager at pidgin.im
| Date: 2007-03-21T08:40:17
| Branch: im.pidgin.pidgin
|
| Modified files:
| libpurple/gaim-compat.h
|
| ChangeLog:
|
| With this change, IRC Helper builds without changes to the source (only the Makefile).
|
| ============================================================
| --- libpurple/gaim-compat.h aab2c7dbb36c5f0e797922f3cab9c067dd967921
| +++ libpurple/gaim-compat.h 9b7b449607028d4761145c7cec8ae54b37f8205a
| @@ -1167,6 +1167,12 @@
|
| /* from plugin.h */
|
| +#ifdef GAIM_PLUGINS
| +#ifndef PURPLE_PLUGINS
| +#define PURPLE_PLUGINS
| +#endif
| +#endif
| +
| #define GaimPlugin PurplePlugin
| #define GaimPluginInfo PurplePluginInfo
| #define GaimPluginUiInfo PurplePluginUiInfo
| @@ -1196,7 +1202,7 @@
| #define GAIM_PLUGIN_HAS_ACTIONS PURPLE_PLUGIN_HAS_ACTIONS
| #define GAIM_PLUGIN_ACTIONS PURPLE_PLUGIN_ACTIONS
|
| -#define GAIM_INIT_PLUGIN PURPLE_INIT_PLUGIN
| +#define GAIM_INIT_PLUGIN(pluginname, initfunc, plugininfo) PURPLE_INIT_PLUGIN(pluginname, initfunc, plugininfo)
|
| #define gaim_plugin_new purple_plugin_new
| #define gaim_plugin_probe purple_plugin_probe
To get the patch for this revision, please do this:
mtn log --last 1 --diffs --from c028dbf71bbf2bb6aa4b0d8d078526ed3ad63030
More information about the Commits
mailing list