--- a/pidgin/plugins/convcolors.c Mon Oct 28 00:02:17 2013 +0530 +++ b/pidgin/plugins/convcolors.c Mon Oct 28 01:11:47 2013 +0530 @@ -370,16 +370,16 @@ const gchar * const authors[] = PLUGIN_AUTHORS; return pidgin_plugin_info_new( - "id", PLUGIN_ID, - "name", PLUGIN_NAME, - "version", DISPLAY_VERSION, - "category", PLUGIN_CATEGORY, - "summary", PLUGIN_SUMMARY, - "description", PLUGIN_DESCRIPTION, - "authors", authors, - "website", PURPLE_WEBSITE, - "abi-version", PURPLE_ABI_VERSION, - "pidgin-config-frame-cb", get_config_frame, + "id", PLUGIN_ID, + "name", PLUGIN_NAME, + "version", DISPLAY_VERSION, + "category", PLUGIN_CATEGORY, + "summary", PLUGIN_SUMMARY, + "description", PLUGIN_DESCRIPTION, + "authors", authors, + "website", PURPLE_WEBSITE, + "abi-version", PURPLE_ABI_VERSION, + "gtk-config-frame-cb", get_config_frame, NULL ); }