libpurple/protocols/jabber/auth_cyrus.c

changeset 41392
b5c84f55d5d2
parent 40726
645607090674
child 41850
7d551859bd94
--- a/libpurple/protocols/jabber/auth_cyrus.c	Thu May 19 23:08:59 2022 -0500
+++ b/libpurple/protocols/jabber/auth_cyrus.c	Fri May 20 01:34:32 2022 -0500
@@ -179,7 +179,7 @@
 	account = purple_connection_get_account(gc);
 
 	/* Disable the account as the user has cancelled connecting */
-	purple_account_set_enabled(account, purple_core_get_ui(), FALSE);
+	purple_account_set_enabled(account, FALSE);
 }
 
 static gboolean remove_current_mech(JabberStream *js) {

mercurial