diff options
author | James Booth <boothj5@gmail.com> | 2013-02-03 23:46:20 +0000 |
---|---|---|
committer | James Booth <boothj5@gmail.com> | 2013-02-03 23:46:20 +0000 |
commit | 2cea2639174d37f3bfe430b204734773bfeb1512 (patch) | |
tree | 2a060d331cbee2dbfbefd59023f654b7ddf581b0 /src/ui | |
parent | 3c9155be2c3fb7e2fab00335ac33791822ba9d18 (diff) | |
download | profani-tty-2cea2639174d37f3bfe430b204734773bfeb1512.tar.gz |
Added asserts
Diffstat (limited to 'src/ui')
-rw-r--r-- | src/ui/windows.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/windows.c b/src/ui/windows.c index 21ebcdc7..88d34ad2 100644 --- a/src/ui/windows.c +++ b/src/ui/windows.c @@ -505,7 +505,7 @@ ui_disconnected(void) } } } - + title_bar_set_status(PRESENCE_OFFLINE); status_bar_clear_message(); status_bar_refresh(); |