diff options
| author | MaximeMorel <maxime.morel69@gmail.com> | 2016-09-15 10:23:07 +0100 | 
|---|---|---|
| committer | MaximeMorel <maxime.morel69@gmail.com> | 2016-09-15 10:23:07 +0100 | 
| commit | a81d49ab41b33e50453e10eb001491977127e2e5 (patch) | |
| tree | 5d854bbeb91ed020169a49d257ea84b5b6c6e1d2 /gui | |
| parent | ff3d9826fd5690111e4c1342b69806ab210cf73f (diff) | |
Fix small compilation issue
Diffstat (limited to 'gui')
| -rw-r--r-- | gui/main-window.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/main-window.cpp b/gui/main-window.cpp index 89316f9e..52494ff8 100644 --- a/gui/main-window.cpp +++ b/gui/main-window.cpp @@ -394,7 +394,7 @@ void MainWindow::refresh_config_list(bool warn)                      ui.iconcomboProfile->setCurrentText(current);                  } -                options::detail::bundler::refresh_all_bundles(true); +                options::detail::bundler::refresh_all_bundles();              }          }          else  | 
