Mercurial > pidgin
diff plugins/history.c @ 5114:e245e686f62f
[gaim-migrate @ 5477]
Amended patch from Justin Hench (thanks):
- Removed the linefeeds from Makefile.mingw and plugins/Makefile.mingw
- history plugin now building for win32
- Fixed the win32 drag convo tab to new window bug.
committer: Tailor Script <tailor@pidgin.im>
| author | Herman Bloggs <hermanator12002@yahoo.com> |
|---|---|
| date | Sat, 12 Apr 2003 00:19:50 +0000 |
| parents | 5fb47ec9bfe4 |
| children | fefad67de2c7 |
line wrap: on
line diff
--- a/plugins/history.c Sat Apr 12 00:10:45 2003 +0000 +++ b/plugins/history.c Sat Apr 12 00:19:50 2003 +0000 @@ -62,7 +62,7 @@ g_free(path); } -char *gaim_plugin_init(GModule *h) { +G_MODULE_EXPORT char *gaim_plugin_init(GModule *h) { handle = h; gaim_signal_connect(handle, event_new_conversation, historize, NULL); @@ -71,7 +71,7 @@ } struct gaim_plugin_description desc; -struct gaim_plugin_description *gaim_plugin_desc() { +G_MODULE_EXPORT struct gaim_plugin_description *gaim_plugin_desc() { desc.api_version = PLUGIN_API_VERSION; desc.name = g_strdup(_("History")); desc.version = g_strdup(VERSION);
