comparison src/connection.c @ 10812:d087e928ffd1

[gaim-migrate @ 12465] " A variety of spacing normalization I've done as I've navigated the source making other changes. The specific changes should be uncontroversial. I'm submitting these to shrink the deltas between my local tree and the CVS source. If spacing changes are unwelcome as a general rule, let me know." --rlaager I said not to do this sort of patch often. also a spelling fix. committer: Tailor Script <tailor@pidgin.im>
author Luke Schierer <lschiere@pidgin.im>
date Mon, 11 Apr 2005 04:32:26 +0000
parents fffc664d5294
children c94f40ffcafb
comparison
equal deleted inserted replaced
10811:dc59482c8d37 10812:d087e928ffd1
128 128
129 gaim_signal_emit(gaim_connections_get_handle(), "signing-on", gc); 129 gaim_signal_emit(gaim_connections_get_handle(), "signing-on", gc);
130 130
131 if (regist) 131 if (regist)
132 { 132 {
133 gaim_debug_info("connection", "Registering. gc = %p\n", gc); 133 gaim_debug_info("connection", "Registering. gc = %p\n", gc);
134 134
135 /* set this so we don't auto-reconnect after registering */ 135 /* set this so we don't auto-reconnect after registering */
136 gc->wants_to_die = TRUE; 136 gc->wants_to_die = TRUE;
137 137
138 prpl_info->register_user(account); 138 prpl_info->register_user(account);