libpurple/plugins/keyrings/kwallet/purplekwallet.cpp

changeset 39926
af2417fdea65
parent 39925
ea8f90a385c5
child 39959
e47fcffd061b
--- 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
 	);

mercurial