mirror of
https://github.com/irssi/irssi.git
synced 2026-08-09 11:50:10 +02:00
minor cleanup
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@1388 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
dcb652bc4d
commit
99e7b28eef
1 changed files with 1 additions and 1 deletions
|
|
@ -638,7 +638,7 @@ static void read_settings(void)
|
|||
use_colors = settings_get_bool("colors") && has_colors();
|
||||
if (settings_get_bool("topicbar"))
|
||||
topicbar_create();
|
||||
else if (!settings_get_bool("topicbar"))
|
||||
else
|
||||
topicbar_destroy();
|
||||
|
||||
lag_min_show = settings_get_int("lag_min_show")*10;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue