now use of tabs/iconbar will get saved/restored correctly
This commit is contained in:
parent
1295e853e1
commit
73baf52ae9
1 changed files with 2 additions and 1 deletions
|
@ -1425,7 +1425,8 @@ void Fluxbox::save_rc(void) {
|
||||||
|
|
||||||
char *dbfile = getRcFilename(); //note: dbfile memory will be release @ end of function
|
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");
|
sprintf(rc_string, "session.iconbar: %s", resource.iconbar ? "true" : "false");
|
||||||
XrmPutLineResource(&new_blackboxrc, rc_string);
|
XrmPutLineResource(&new_blackboxrc, rc_string);
|
||||||
|
|
Loading…
Reference in a new issue