diff options
Diffstat (limited to 'src/main.cc')
-rw-r--r-- | src/main.cc | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/main.cc b/src/main.cc index 6775b53..b678738 100644 --- a/src/main.cc +++ b/src/main.cc | |||
@@ -29,7 +29,6 @@ | |||
29 | #include "defaults.hh" | 29 | #include "defaults.hh" |
30 | 30 | ||
31 | #include "Debug.hh" | 31 | #include "Debug.hh" |
32 | #include "FbCommands.hh" | ||
33 | 32 | ||
34 | #include "FbTk/Theme.hh" | 33 | #include "FbTk/Theme.hh" |
35 | #include "FbTk/I18n.hh" | 34 | #include "FbTk/I18n.hh" |
@@ -395,8 +394,7 @@ void updateConfigFilesIfNeeded(const std::string& rc_file) { | |||
395 | string commandargs = realProgramName("fluxbox-update_configs"); | 394 | string commandargs = realProgramName("fluxbox-update_configs"); |
396 | commandargs += " -rc " + rc_file; | 395 | commandargs += " -rc " + rc_file; |
397 | 396 | ||
398 | FbCommands::ExecuteCmd fbuc(commandargs, 0); | 397 | system(commandargs.c_str()); |
399 | fbuc.execute(); | ||
400 | } | 398 | } |
401 | } | 399 | } |
402 | 400 | ||