From 73baf52ae9483cc3c13e28e6dcef3de8d49a6417 Mon Sep 17 00:00:00 2001 From: pekdon Date: Sat, 5 Jan 2002 19:20:44 +0000 Subject: now use of tabs/iconbar will get saved/restored correctly --- src/fluxbox.cc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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) { char *dbfile = getRcFilename(); //note: dbfile memory will be release @ end of function - load_rc(); +// load_rc(); This overwrites configs made while running, for example +// usage of iconbar and tabs sprintf(rc_string, "session.iconbar: %s", resource.iconbar ? "true" : "false"); XrmPutLineResource(&new_blackboxrc, rc_string); -- cgit v0.11.2