X-Git-Url: http://vcs.maemo.org/git/?a=blobdiff_plain;f=src%2FBusinessLogic%2FUIManager.cpp;fp=src%2FBusinessLogic%2FUIManager.cpp;h=066ca2d807d57840492894b37aa24ceeff33ed16;hb=bfdaba91f8f82e48aa2ef00d4196b0718e31f191;hp=1c58381429035115370747e2dee1c7e3324917be;hpb=7e9daec272450fa2eeffe0a08732ef4696b37a4f;p=qtmeetings diff --git a/src/BusinessLogic/UIManager.cpp b/src/BusinessLogic/UIManager.cpp index 1c58381..066ca2d 100644 --- a/src/BusinessLogic/UIManager.cpp +++ b/src/BusinessLogic/UIManager.cpp @@ -146,6 +146,9 @@ void UIManager::settingsViewRequest() void UIManager::settingsOkClicked() { // Show the weekly view and restart the idle timer + QT_DELETE(iWeeklyView); + createWeeklyView(); + if ( iWeeklyView != 0 ) { iWindowManager->showView( static_cast( iWeeklyView ) );