mirror of
https://github.com/irssi/irssi.git
synced 2026-08-10 20:33:46 +02:00
Settings are now stored in module-specific blocks. Irssi complains
about all unknown settings that are found inside those blocks. Left backwards compatibility kludge which should be removed in 0.7.98. git-svn-id: http://svn.irssi.org/repos/irssi/trunk@1004 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
78b3fb8d4a
commit
aac80846b8
9 changed files with 196 additions and 48 deletions
|
|
@ -24,6 +24,7 @@
|
|||
#include "signals.h"
|
||||
#include "levels.h"
|
||||
#include "core.h"
|
||||
#include "settings.h"
|
||||
|
||||
#include "printtext.h"
|
||||
#include "fe-common-core.h"
|
||||
|
|
@ -124,6 +125,8 @@ static void textui_finish_init(void)
|
|||
gui_windows_init();
|
||||
statusbar_init();
|
||||
|
||||
settings_check();
|
||||
|
||||
fe_common_core_finish_init();
|
||||
fe_common_irc_finish_init();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue