diff options
author | James Booth <boothj5@gmail.com> | 2015-09-25 00:35:08 +0100 |
---|---|---|
committer | James Booth <boothj5@gmail.com> | 2015-09-25 00:35:08 +0100 |
commit | a5c671002407220562d88ea5674a46d77ceb8022 (patch) | |
tree | 543d3e2c47f23c72d8520717823b262ebf4a295f /src/command | |
parent | b484411ea8d94349c2879f09f48d907dbdaf72c9 (diff) | |
download | profani-tty-a5c671002407220562d88ea5674a46d77ceb8022.tar.gz |
Removed redundant last activity setter
Diffstat (limited to 'src/command')
-rw-r--r-- | src/command/commands.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/command/commands.c b/src/command/commands.c index 5ddfa07e..3f695cc1 100644 --- a/src/command/commands.c +++ b/src/command/commands.c @@ -777,7 +777,6 @@ cmd_disconnect(ProfWin *window, const char * const command, gchar **args) if (jabber_get_connection_status() == JABBER_CONNECTED) { char *jid = strdup(jabber_get_fulljid()); cons_show("%s logged out successfully.", jid); - accounts_set_last_activity(jabber_get_account_name()); jabber_disconnect(); roster_clear(); muc_invites_clear(); |