libpurple/plugins/psychic.c

branch
soc.2013.gobjectification.plugins
changeset 36934
e7268aeb3b89
parent 36929
eed15b8d51a1
child 37148
50f361d39a1e
--- a/libpurple/plugins/psychic.c	Sat Oct 26 04:38:34 2013 +0530
+++ b/libpurple/plugins/psychic.c	Mon Oct 28 00:02:17 2013 +0530
@@ -116,16 +116,16 @@
   const gchar * const authors[] = PLUGIN_AUTHORS;
 
   return purple_plugin_info_new(
-    "id",                 PLUGIN_ID,
-    "name",               PLUGIN_NAME,
-    "version",            DISPLAY_VERSION,
-    "category",           PLUGIN_CATEGORY,
-    "summary",            PLUGIN_SUMMARY,
-    "description",        PLUGIN_DESC,
-    "authors",            authors,
-    "website",            PURPLE_WEBSITE,
-    "abi-version",        PURPLE_ABI_VERSION,
-    "preferences-frame",  get_plugin_pref_frame,
+    "id",             PLUGIN_ID,
+    "name",           PLUGIN_NAME,
+    "version",        DISPLAY_VERSION,
+    "category",       PLUGIN_CATEGORY,
+    "summary",        PLUGIN_SUMMARY,
+    "description",    PLUGIN_DESC,
+    "authors",        authors,
+    "website",        PURPLE_WEBSITE,
+    "abi-version",    PURPLE_ABI_VERSION,
+    "pref-frame-cb",  get_plugin_pref_frame,
     NULL
   );
 }

mercurial