summaryrefslogtreecommitdiffhomepage
path: root/gui/main-window.cpp
diff options
context:
space:
mode:
authorMaximeMorel <maxime.morel69@gmail.com>2016-09-15 10:23:07 +0100
committerMaximeMorel <maxime.morel69@gmail.com>2016-09-15 10:23:07 +0100
commita81d49ab41b33e50453e10eb001491977127e2e5 (patch)
tree5d854bbeb91ed020169a49d257ea84b5b6c6e1d2 /gui/main-window.cpp
parentff3d9826fd5690111e4c1342b69806ab210cf73f (diff)
Fix small compilation issue
Diffstat (limited to 'gui/main-window.cpp')
-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