summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorStanisław Halik <sthalik@misaki.pl>2016-09-15 12:16:32 +0200
committerGitHub <noreply@github.com>2016-09-15 12:16:32 +0200
commitb672c74a6a468af47e4b2349cc7089e2acc887b3 (patch)
tree5d854bbeb91ed020169a49d257ea84b5b6c6e1d2
parentff3d9826fd5690111e4c1342b69806ab210cf73f (diff)
parenta81d49ab41b33e50453e10eb001491977127e2e5 (diff)
Merge pull request #453 from MaximeMorel/unstable
Fix small compilation issue
-rw-r--r--gui/main-window.cpp2
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