# HG changeset patch # User Mark Doliner # Date 1094619240 0 # Node ID c4793f0259fd736e64ddf1c3515e2248b19a0ba7 # Parent ea4241d66fd1a5a61c931b07f1419efba4d298fd [gaim-migrate @ 10892] Remove gc->login_time_official for now. oscar was the only thing remotely using it, and it's getting in the way now. I'm very skeptical it even had any benefit diff -r ea4241d66fd1 -r c4793f0259fd src/connection.h --- a/src/connection.h Wed Sep 08 04:39:06 2004 +0000 +++ b/src/connection.h Wed Sep 08 04:54:00 2004 +0000 @@ -87,7 +87,6 @@ guint idle_timer; /**< The idle timer. */ time_t login_time; /**< Time of login. */ - time_t login_time_official; /**< Official time of login. */ time_t last_sent_time; /**< The time something was last sent. */ int is_idle; /**< Idle state of the connection. */ diff -r ea4241d66fd1 -r c4793f0259fd src/server.c --- a/src/server.c Wed Sep 08 04:39:06 2004 +0000 +++ b/src/server.c Wed Sep 08 04:54:00 2004 +0000 @@ -1237,9 +1237,6 @@ } } - if (gc->login_time_official && gc->login_time && signon > 0) - signon += gc->login_time_official - gc->login_time; - gaim_blist_update_buddy_signon(b, signon); if (c != NULL)