Fix sometimes missing windowmenu
When the windowmenu file is empty in ~/.fluxbox/init the code falls
back to the default. In ab2eef4
I forgot to set the rc_path which
caused this bug to happen.
This commit is contained in:
parent
da285bcb11
commit
f8b9c9a211
1 changed files with 1 additions and 0 deletions
|
@ -287,6 +287,7 @@ Fluxbox::Fluxbox(int argc, char **argv,
|
|||
"Error message when no X display appears to exist");
|
||||
}
|
||||
|
||||
m_config.path = rc_path;
|
||||
m_config.file = rc_filename;
|
||||
m_active_screen.mouse = 0;
|
||||
m_active_screen.key = 0;
|
||||
|
|
Loading…
Reference in a new issue