From a81d49ab41b33e50453e10eb001491977127e2e5 Mon Sep 17 00:00:00 2001 From: MaximeMorel Date: Thu, 15 Sep 2016 10:23:07 +0100 Subject: Fix small compilation issue --- gui/main-window.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3