diff options
Diffstat (limited to 'src/abaddon.cpp')
-rw-r--r-- | src/abaddon.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/abaddon.cpp b/src/abaddon.cpp index c849fd6..14e43af 100644 --- a/src/abaddon.cpp +++ b/src/abaddon.cpp @@ -543,7 +543,7 @@ void Abaddon::LoadState() { #ifdef WITH_LIBHANDY m_main_window->GetChatWindow()->UseTabsState(state.Tabs); #endif - ActionChannelOpened(state.ActiveChannel); + ActionChannelOpened(state.ActiveChannel, false); } catch (const std::exception &e) { printf("failed to load application state: %s\n", e.what()); } |