Mercurial > pidgin.yaz
comparison src/gtkconn.c @ 10404:ce098e226486
[gaim-migrate @ 11649]
Make some things better, and some whitespace cleanup.
committer: Tailor Script <tailor@pidgin.im>
author | Mark Doliner <mark@kingant.net> |
---|---|
date | Fri, 24 Dec 2004 00:05:36 +0000 |
parents | 6a043ae92db6 |
children | 1a97d5e88d12 |
comparison
equal
deleted
inserted
replaced
10403:e5455f1dc9b6 | 10404:ce098e226486 |
---|---|
209 | 209 |
210 /* reconnect disconnected accounts */ | 210 /* reconnect disconnected accounts */ |
211 l_accts_iter = l_accts; | 211 l_accts_iter = l_accts; |
212 while (l_accts_iter != NULL) { | 212 while (l_accts_iter != NULL) { |
213 account = l_accts_iter->data; | 213 account = l_accts_iter->data; |
214 /* gaim_account_connect(account); */ | 214 gaim_account_connect(account, gaim_account_get_status(account, "online")); |
215 l_accts_iter = l_accts_iter->next; | 215 l_accts_iter = l_accts_iter->next; |
216 } | 216 } |
217 g_list_free(l_accts); | 217 g_list_free(l_accts); |
218 | 218 |
219 } | 219 } |
266 l_del_iter = l_del_iter->next; | 266 l_del_iter = l_del_iter->next; |
267 } | 267 } |
268 g_list_free(l_del); | 268 g_list_free(l_del); |
269 } | 269 } |
270 | 270 |
271 /* gaim_account_connect(account); */ | 271 gaim_account_connect(account, gaim_account_get_status(account, "online")); |
272 disconnect_window_update_buttons(model); | 272 disconnect_window_update_buttons(model); |
273 | 273 |
274 break; | 274 break; |
275 | 275 |
276 case GTK_RESPONSE_DELETE_EVENT: | 276 case GTK_RESPONSE_DELETE_EVENT: |