Update Pidgin for the ConversationManager deprecations

Thu, 31 Oct 2024 23:56:53 -0500

author
Gary Kramlich <grim@reaperworld.com>
date
Thu, 31 Oct 2024 23:56:53 -0500
changeset 43031
e8a8813478e8
parent 43030
97ed7473351f
child 43032
82caf56f970d

Update Pidgin for the ConversationManager deprecations

Testing Done:
Verified the deprecations warnings were gone and called in the turtles.

Reviewed at https://reviews.imfreedom.org/r/3623/

pidgin/pidgindisplaywindow.c file | annotate | diff | comparison | revisions
--- a/pidgin/pidgindisplaywindow.c	Thu Oct 31 23:55:49 2024 -0500
+++ b/pidgin/pidgindisplaywindow.c	Thu Oct 31 23:56:53 2024 -0500
@@ -124,7 +124,7 @@
 
 		manager = purple_conversation_manager_get_default();
 
-		purple_conversation_manager_unregister(manager, conversation);
+		purple_conversation_manager_remove(manager, conversation);
 	} else {
 		g_warning("failed to leave conversation for unknown reasons");
 	}

mercurial