pidgin/pidgin

Mark kwallet as internal again

2019-10-03, Gary Kramlich
af2417fdea65
Parents ea8f90a385c5
Children 691b13b22239
Mark kwallet as internal again
--- a/libpurple/plugins/keyrings/kwallet/purplekwallet.cpp Sun Sep 29 04:54:18 2019 -0500
+++ b/libpurple/plugins/keyrings/kwallet/purplekwallet.cpp Thu Oct 03 20:15:34 2019 -0500
@@ -431,13 +431,7 @@
"authors", authors,
"website", PURPLE_WEBSITE,
"abi-version", PURPLE_ABI_VERSION,
-
- /* This should be PURPLE_PLUGIN_INFO_FLAGS_INTERNAL, but there's an
- * issue with purple_keyring_init which is causing issues for this.
- * See the comments in
- * https://bitbucket.org/pidgin/main/pull-requests/565.
- */
- "flags", 0,
+ "flags", PURPLE_PLUGIN_INFO_FLAGS_INTERNAL,
NULL
);