libpurple/protocols/sametime/sametime.c

branch
soc.2013.gobjectification.plugins
changeset 36536
07f8c9889257
parent 36532
eaa5f2f9c1d5
child 36541
25bbce98aeb6
--- a/libpurple/protocols/sametime/sametime.c	Mon Aug 12 17:01:16 2013 +0530
+++ b/libpurple/protocols/sametime/sametime.c	Mon Aug 12 17:06:44 2013 +0530
@@ -5703,6 +5703,8 @@
 		"website",            PLUGIN_HOMEPAGE,
 		"abi-version",        PURPLE_ABI_VERSION,
 		"preferences-frame",  mw_plugin_get_plugin_pref_frame,
+		"flags",              GPLUGIN_PLUGIN_INFO_FLAGS_INTERNAL |
+		                      GPLUGIN_PLUGIN_INFO_FLAGS_LOAD_ON_QUERY,
 		NULL
 	);
 }

mercurial