libpurple/protocols/jabber/auth.c

changeset 41392
b5c84f55d5d2
parent 41084
72d6941bfa2e
child 41488
95f59c2bc50d
equal deleted inserted replaced
41390:628971e4ecdf 41392:b5c84f55d5d2
118 { 118 {
119 /* TODO: the password prompt dialog doesn't get disposed if the account disconnects */ 119 /* TODO: the password prompt dialog doesn't get disposed if the account disconnects */
120 PURPLE_ASSERT_CONNECTION_IS_VALID(gc); 120 PURPLE_ASSERT_CONNECTION_IS_VALID(gc);
121 121
122 /* Disable the account as the user has cancelled connecting */ 122 /* Disable the account as the user has cancelled connecting */
123 purple_account_set_enabled(purple_connection_get_account(gc), purple_core_get_ui(), FALSE); 123 purple_account_set_enabled(purple_connection_get_account(gc), FALSE);
124 } 124 }
125 #endif 125 #endif
126 126
127 void 127 void
128 jabber_auth_start(JabberStream *js, PurpleXmlNode *packet) 128 jabber_auth_start(JabberStream *js, PurpleXmlNode *packet)

mercurial