diff -r 3c12364588a6 -r e7268aeb3b89 pidgin/plugins/extplacement.c --- a/pidgin/plugins/extplacement.c Sat Oct 26 04:38:34 2013 +0530 +++ b/pidgin/plugins/extplacement.c Mon Oct 28 00:02:17 2013 +0530 @@ -113,18 +113,18 @@ }; return pidgin_plugin_info_new( - "id", "gtk-extplacement", - "name", N_("ExtPlacement"), - "version", DISPLAY_VERSION, - "category", N_("User interface"), - "summary", N_("Extra conversation placement options."), - "description", N_("Restrict the number of conversations per " - "windows, optionally separating IMs and " - "Chats"), - "authors", authors, - "website", PURPLE_WEBSITE, - "abi-version", PURPLE_ABI_VERSION, - "preferences-frame", get_plugin_pref_frame, + "id", "gtk-extplacement", + "name", N_("ExtPlacement"), + "version", DISPLAY_VERSION, + "category", N_("User interface"), + "summary", N_("Extra conversation placement options."), + "description", N_("Restrict the number of conversations per " + "windows, optionally separating IMs and " + "Chats"), + "authors", authors, + "website", PURPLE_WEBSITE, + "abi-version", PURPLE_ABI_VERSION, + "pref-frame-cb", get_plugin_pref_frame, NULL ); }