aboutsummaryrefslogtreecommitdiff
path: root/src/fluxbox.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/fluxbox.cc')
-rw-r--r--src/fluxbox.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/fluxbox.cc b/src/fluxbox.cc
index 23f1ebf..cdbbac1 100644
--- a/src/fluxbox.cc
+++ b/src/fluxbox.cc
@@ -1425,7 +1425,8 @@ void Fluxbox::save_rc(void) {
1425 1425
1426 char *dbfile = getRcFilename(); //note: dbfile memory will be release @ end of function 1426 char *dbfile = getRcFilename(); //note: dbfile memory will be release @ end of function
1427 1427
1428 load_rc(); 1428// load_rc(); This overwrites configs made while running, for example
1429// usage of iconbar and tabs
1429 1430
1430 sprintf(rc_string, "session.iconbar: %s", resource.iconbar ? "true" : "false"); 1431 sprintf(rc_string, "session.iconbar: %s", resource.iconbar ? "true" : "false");
1431 XrmPutLineResource(&new_blackboxrc, rc_string); 1432 XrmPutLineResource(&new_blackboxrc, rc_string);