pidgin/plugins/gestures/gestures.c

changeset 42453
1c13bc243b7d
parent 42451
b706b229d5f4
--- a/pidgin/plugins/gestures/gestures.c	Mon Oct 30 23:11:23 2023 -0500
+++ b/pidgin/plugins/gestures/gestures.c	Mon Oct 30 23:13:17 2023 -0500
@@ -143,7 +143,7 @@
 		NULL
 	};
 
-	return pidgin_plugin_info_new(
+	return purple_plugin_info_new(
 		"id",                   GESTURES_PLUGIN_ID,
 		"name",                 N_("Mouse Gestures"),
 		"version",              DISPLAY_VERSION,

mercurial