From 0f1b798fc437f78825e5dc73d011f5605a440036 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Fri, 20 Oct 2017 05:28:59 +0200 Subject: migrations: perform after bundle changed hooks run --- gui/main-window.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gui/main-window.cpp b/gui/main-window.cpp index 6a7be89f..d049facc 100644 --- a/gui/main-window.cpp +++ b/gui/main-window.cpp @@ -671,13 +671,13 @@ bool MainWindow::set_profile(const QString& new_name_) ui.iconcomboProfile->setCurrentText(new_name); set_profile_in_registry(new_name); + set_title(); + options::detail::bundler::refresh_all_bundles(); + // migrations are for config layout changes and other user-visible // incompatibilities in future versions run_migrations(); - set_title(); - options::detail::bundler::refresh_all_bundles(); - return true; } -- cgit v1.2.3