aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/fluxbox.cc1
1 files changed, 1 insertions, 0 deletions
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,
287 "Error message when no X display appears to exist"); 287 "Error message when no X display appears to exist");
288 } 288 }
289 289
290 m_config.path = rc_path;
290 m_config.file = rc_filename; 291 m_config.file = rc_filename;
291 m_active_screen.mouse = 0; 292 m_active_screen.mouse = 0;
292 m_active_screen.key = 0; 293 m_active_screen.key = 0;