/soc/2013/ankitkv/gobjectification: c542ad807256: Forgot flags
Ankit Vani
a at nevitus.org
Sat Aug 10 17:19:10 EDT 2013
Changeset: c542ad807256ff77b08393dd18c32a7d3305a0b3
Author: Ankit Vani <a at nevitus.org>
Date: 2013-08-11 02:48 +0530
Branch: soc.2013.gobjectification.plugins
URL: https://hg.pidgin.im/soc/2013/ankitkv/gobjectification/rev/c542ad807256
Description:
Forgot flags
diffstat:
libpurple/protocols/jabber/libfacebook.c | 4 +++-
libpurple/protocols/jabber/libgtalk.c | 4 +++-
libpurple/protocols/jabber/libxmpp.c | 4 +++-
3 files changed, 9 insertions(+), 3 deletions(-)
diffs (54 lines):
diff --git a/libpurple/protocols/jabber/libfacebook.c b/libpurple/protocols/jabber/libfacebook.c
--- a/libpurple/protocols/jabber/libfacebook.c
+++ b/libpurple/protocols/jabber/libfacebook.c
@@ -210,11 +210,13 @@ plugin_query(GError **error)
"id", "prpl-facebook-xmpp",
"name", "Facebook (XMPP)",
"version", DISPLAY_VERSION,
- "category", _("Protocol"),
+ "category", N_("Protocol"),
"summary", N_("Facebook XMPP Protocol Plugin"),
"description", N_("Facebook XMPP Protocol Plugin"),
"website", PURPLE_WEBSITE,
"purple-abi", PURPLE_ABI_VERSION,
+ "flags", GPLUGIN_PLUGIN_INFO_FLAGS_INTERNAL |
+ GPLUGIN_PLUGIN_INFO_FLAGS_LOAD_ON_QUERY,
NULL
);
}
diff --git a/libpurple/protocols/jabber/libgtalk.c b/libpurple/protocols/jabber/libgtalk.c
--- a/libpurple/protocols/jabber/libgtalk.c
+++ b/libpurple/protocols/jabber/libgtalk.c
@@ -210,11 +210,13 @@ plugin_query(GError **error)
"id", "prpl-gtalk",
"name", "Google Talk (XMPP)",
"version", DISPLAY_VERSION,
- "category", _("Protocol"),
+ "category", N_("Protocol"),
"summary", N_("Google Talk Protocol Plugin"),
"description", N_("Google Talk Protocol Plugin"),
"website", PURPLE_WEBSITE,
"purple-abi", PURPLE_ABI_VERSION,
+ "flags", GPLUGIN_PLUGIN_INFO_FLAGS_INTERNAL |
+ GPLUGIN_PLUGIN_INFO_FLAGS_LOAD_ON_QUERY,
NULL
);
}
diff --git a/libpurple/protocols/jabber/libxmpp.c b/libpurple/protocols/jabber/libxmpp.c
--- a/libpurple/protocols/jabber/libxmpp.c
+++ b/libpurple/protocols/jabber/libxmpp.c
@@ -204,11 +204,13 @@ plugin_query(GError **error)
"id", "prpl-jabber",
"name", "XMPP",
"version", DISPLAY_VERSION,
- "category", _("Protocol"),
+ "category", N_("Protocol"),
"summary", N_("XMPP Protocol Plugin"),
"description", N_("XMPP Protocol Plugin"),
"website", PURPLE_WEBSITE,
"purple-abi", PURPLE_ABI_VERSION,
+ "flags", GPLUGIN_PLUGIN_INFO_FLAGS_INTERNAL |
+ GPLUGIN_PLUGIN_INFO_FLAGS_LOAD_ON_QUERY,
NULL
);
}
More information about the Commits
mailing list