pidgin/purple-plugin-pack

Compile already...
org.guifications.plugins
2007-08-09, rekkanoryo
edad4e209c0f
Parents 8c9bfe6be491
Children 991542c29f43
Compile already...
--- a/album/album.c Thu Aug 09 15:52:31 2007 -0400
+++ b/album/album.c Thu Aug 09 15:54:59 2007 -0400
@@ -82,7 +82,7 @@
PLUGIN_ID, /**< id */
NULL, /**< name */
PP_VERSION, /**< version */
- PLUGIN_SUMMARY, /**< summary */
+ NULL, /**< summary */
NULL, /**< description */
PLUGIN_AUTHOR, /**< author */
PP_WEBSITE, /**< homepage */
--- a/autoreply/autoreply.c Thu Aug 09 15:52:31 2007 -0400
+++ b/autoreply/autoreply.c Thu Aug 09 15:54:59 2007 -0400
@@ -440,14 +440,14 @@
bind_textdomain_codeset(GETTEXT_PACKAGE, "UTF-8");
#endif /* ENABLE_NLS */
- info.name = _("Autoreply")
- info.summary = _("Autoreply for all the protocols")
+ info.name = _("Autoreply");
+ info.summary = _("Autoreply for all the protocols");
info.description = _("This plugin lets you set autoreply message for any "
"protocol. You can set the global autoreply message from the "
"plugin options dialog. To set some specific autoreply message for "
"a particular buddy, right click on the buddy in the buddy-list "
"window. To set autoreply messages for some accounts, go to the "
- "`Advanced' tab of the account edit dialog.")
+ "`Advanced' tab of the account edit dialog.");
purple_prefs_add_none(PREFS_PREFIX);
purple_prefs_add_bool(PREFS_IDLE, TRUE);