From f8b9c9a211af2f9ee54c533367ef69e330bdfa8e Mon Sep 17 00:00:00 2001 From: Mathias Gumz Date: Fri, 30 Jan 2015 22:09:27 +0100 Subject: 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. --- src/fluxbox.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/src/fluxbox.cc b/src/fluxbox.cc index 87c4c46..8b8b26c 100644 --- a/src/fluxbox.cc +++ b/src/fluxbox.cc @@ -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; -- cgit v0.11.2