libpurple/protocols/jabber/auth.c

changeset 41392
b5c84f55d5d2
parent 41084
72d6941bfa2e
child 41488
95f59c2bc50d
--- a/libpurple/protocols/jabber/auth.c	Thu May 19 23:08:59 2022 -0500
+++ b/libpurple/protocols/jabber/auth.c	Fri May 20 01:34:32 2022 -0500
@@ -120,7 +120,7 @@
 	PURPLE_ASSERT_CONNECTION_IS_VALID(gc);
 
 	/* Disable the account as the user has cancelled connecting */
-	purple_account_set_enabled(purple_connection_get_account(gc), purple_core_get_ui(), FALSE);
+	purple_account_set_enabled(purple_connection_get_account(gc), FALSE);
 }
 #endif
 

mercurial