aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorpekdon <pekdon>2002-01-05 19:20:44 (GMT)
committerpekdon <pekdon>2002-01-05 19:20:44 (GMT)
commit73baf52ae9483cc3c13e28e6dcef3de8d49a6417 (patch)
tree08297ba3ccbf5c20a79b2b798f6c0f1708cb02ac /src
parent1295e853e15b533c1d8dd26c8b2ce2e15d69b63e (diff)
downloadfluxbox_pavel-73baf52ae9483cc3c13e28e6dcef3de8d49a6417.zip
fluxbox_pavel-73baf52ae9483cc3c13e28e6dcef3de8d49a6417.tar.bz2
now use of tabs/iconbar will get saved/restored correctly
Diffstat (limited to 'src')
-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);