| 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) |