finch/plugins/gntgf.c

branch
soc.2013.gobjectification.plugins
changeset 36934
e7268aeb3b89
parent 36751
a9f6ae7c308e
child 36935
5384600e613c
--- a/finch/plugins/gntgf.c	Sat Oct 26 04:38:34 2013 +0530
+++ b/finch/plugins/gntgf.c	Mon Oct 28 00:02:17 2013 +0530
@@ -345,16 +345,16 @@
 	};
 
 	return finch_plugin_info_new(
-		"id",                      "gntgf",
-		"name",                    N_("GntGf"),
-		"version",                 DISPLAY_VERSION,
-		"category",                N_("Notification"),
-		"summary",                 N_("Toaster plugin"),
-		"description",             N_("Toaster plugin"),
-		"authors",                 authors,
-		"website",                 PURPLE_WEBSITE,
-		"abi-version",             PURPLE_ABI_VERSION,
-		"finch-preferences-frame", config_frame,
+		"id",                   "gntgf",
+		"name",                 N_("GntGf"),
+		"version",              DISPLAY_VERSION,
+		"category",             N_("Notification"),
+		"summary",              N_("Toaster plugin"),
+		"description",          N_("Toaster plugin"),
+		"authors",              authors,
+		"website",              PURPLE_WEBSITE,
+		"abi-version",          PURPLE_ABI_VERSION,
+		"finch-pref-frame-cb",  config_frame,
 		NULL
 	);
 }

mercurial