diff options
author | Stanisław Halik <sthalik@misaki.pl> | 2016-09-15 12:16:32 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-09-15 12:16:32 +0200 |
commit | b672c74a6a468af47e4b2349cc7089e2acc887b3 (patch) | |
tree | 5d854bbeb91ed020169a49d257ea84b5b6c6e1d2 | |
parent | ff3d9826fd5690111e4c1342b69806ab210cf73f (diff) | |
parent | a81d49ab41b33e50453e10eb001491977127e2e5 (diff) |
Merge pull request #453 from MaximeMorel/unstable
Fix small compilation issue
-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 |