libpurple/plugins/joinpart.c

branch
soc.2013.gobjectification.plugins
changeset 36934
e7268aeb3b89
parent 36929
eed15b8d51a1
child 37128
7ffe330ea8ea
--- a/libpurple/plugins/joinpart.c	Sat Oct 26 04:38:34 2013 +0530
+++ b/libpurple/plugins/joinpart.c	Mon Oct 28 00:02:17 2013 +0530
@@ -213,18 +213,18 @@
 	};
 
 	return purple_plugin_info_new(
-		"id",                 JOINPART_PLUGIN_ID,
-		"name",               N_("Join/Part Hiding"),
-		"version",            DISPLAY_VERSION,
-		"category",           N_("User interface"),
-		"summary",            N_("Hides extraneous join/part messages."),
-		"description",        N_("This plugin hides join/part messages in "
-		                         "large rooms, except for those users actively "
-		                         "taking part in a conversation."),
-		"authors",            authors,
-		"website",            PURPLE_WEBSITE,
-		"abi-version",        PURPLE_ABI_VERSION,
-		"preferences-frame",  get_plugin_pref_frame,
+		"id",             JOINPART_PLUGIN_ID,
+		"name",           N_("Join/Part Hiding"),
+		"version",        DISPLAY_VERSION,
+		"category",       N_("User interface"),
+		"summary",        N_("Hides extraneous join/part messages."),
+		"description",    N_("This plugin hides join/part messages in "
+		                     "large rooms, except for those users actively "
+		                     "taking part in a conversation."),
+		"authors",        authors,
+		"website",        PURPLE_WEBSITE,
+		"abi-version",    PURPLE_ABI_VERSION,
+		"pref-frame-cb",  get_plugin_pref_frame,
 		NULL
 	);
 }

mercurial