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:
Mathias Gumz 2015-01-30 22:09:27 +01:00
parent da285bcb11
commit f8b9c9a211

View file

@ -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;