Mercurial > pidgin
diff src/multi.c @ 1115:114cd406b022
[gaim-migrate @ 1125]
should be using signoff() after failures
committer: Tailor Script <tailor@pidgin.im>
| author | Eric Warmenhoven <eric@warmenhoven.org> |
|---|---|
| date | Tue, 21 Nov 2000 01:06:42 +0000 |
| parents | c61f9c384413 |
| children | a70d5200edde |
line wrap: on
line diff
--- a/src/multi.c Tue Nov 21 01:00:45 2000 +0000 +++ b/src/multi.c Tue Nov 21 01:06:42 2000 +0000 @@ -851,13 +851,4 @@ if (gc->meter) gtk_widget_destroy(gc->meter); gc->meter = NULL; -#ifdef USE_APPLET - if (g_slist_length(connections) > 1) { - /* we still have connections left, we can still be online */ - set_user_state(online); - } else { - /* this connection is about to be destroyed, so let's go offline */ - set_user_state(offline); - } -#endif }
