libpurple/protocols/mxit/mxit.c

branch
soc.2013.gobjectification.plugins
changeset 36653
4084c34c051d
parent 36642
b8ba53daa445
child 36678
ed9d10d8e45a
--- a/libpurple/protocols/mxit/mxit.c	Mon Sep 02 16:18:26 2013 +0530
+++ b/libpurple/protocols/mxit/mxit.c	Mon Sep 02 17:20:49 2013 +0530
@@ -840,8 +840,8 @@
 		"authors",		authors,				/* plugin authors' name and email addresses */
 		"website",		MXIT_PLUGIN_WWW,		/* plugin website (to find new versions and reporting of bugs) */
 		"abi-version",	PURPLE_ABI_VERSION,		/* ABI version required by the plugin */
-		"flags",        GPLUGIN_PLUGIN_INFO_FLAGS_INTERNAL |
-		                GPLUGIN_PLUGIN_INFO_FLAGS_LOAD_ON_QUERY,
+		"flags",        PURPLE_PLUGIN_INFO_FLAGS_INTERNAL |
+		                PURPLE_PLUGIN_INFO_FLAGS_AUTO_LOAD,
 		NULL
 	);
 }

mercurial