pidgin/pidgin

831547e6738f
Parents 918e73ae55b0
Children da31cedd7345
Fix an issue where an abi-version was being set twice

Testing Done:
Removed the installed plugin, compiled and ran from the build directory verified the warning was gone.

Reviewed at https://reviews.imfreedom.org/r/400/
--- a/pidgin/plugins/gestures/gestures.c Sun Jan 03 04:53:00 2021 -0600
+++ b/pidgin/plugins/gestures/gestures.c Tue Jan 05 02:24:08 2021 -0600
@@ -207,7 +207,7 @@
return ret;
}
-static GPluginPluginInfo *
+static PidginPluginInfo *
plugin_query(GError **error)
{
const gchar * const authors[] = {
@@ -215,7 +215,7 @@
NULL
};
- return gplugin_plugin_info_new(
+ return pidgin_plugin_info_new(
"id", GESTURES_PLUGIN_ID,
"name", N_("Mouse Gestures"),
"version", DISPLAY_VERSION,