summaryrefslogtreecommitdiff
path: root/src/fe-common/core/fe-common-core.c
diff options
context:
space:
mode:
authorTimo Sirainen <cras@irssi.org>2000-07-31 21:16:09 +0000
committercras <cras@dbcabf3a-b0e7-0310-adc4-f8d773084564>2000-07-31 21:16:09 +0000
commitb82d10ca57899ec8c2b98f1816988c3edb33ca37 (patch)
tree41152341969e9191ffcc1ca894da57323f32dbe6 /src/fe-common/core/fe-common-core.c
parent138079e3bdcadaf163381fa9408609bb40f045ad (diff)
downloadirssi-b82d10ca57899ec8c2b98f1816988c3edb33ca37.zip
Theme fixes: /RELOAD reloads them, /SET current_theme changes the default
theme, you can have window specific themes with /WINDOW THEME. git-svn-id: http://svn.irssi.org/repos/irssi/trunk@561 dbcabf3a-b0e7-0310-adc4-f8d773084564
Diffstat (limited to 'src/fe-common/core/fe-common-core.c')
-rw-r--r--src/fe-common/core/fe-common-core.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/fe-common/core/fe-common-core.c b/src/fe-common/core/fe-common-core.c
index a55f086c..d90bb137 100644
--- a/src/fe-common/core/fe-common-core.c
+++ b/src/fe-common/core/fe-common-core.c
@@ -81,7 +81,6 @@ void fe_common_core_init(void)
/*settings_add_bool("lookandfeel", "autoraise_msgs_window", FALSE);*/
/*settings_add_bool("lookandfeel", "use_tabbed_windows", TRUE);
settings_add_int("lookandfeel", "tab_orientation", 3);*/
- settings_add_str("lookandfeel", "current_theme", "default");
themes_init();
theme_register(fecommon_core_formats);