summaryrefslogtreecommitdiffabout
path: root/korganizer
Side-by-side diff
Diffstat (limited to 'korganizer') (more/less context) (ignore whitespace changes)
-rw-r--r--korganizer/mainwindow.cpp5
1 files changed, 1 insertions, 4 deletions
diff --git a/korganizer/mainwindow.cpp b/korganizer/mainwindow.cpp
index 1776dcc..883a9d1 100644
--- a/korganizer/mainwindow.cpp
+++ b/korganizer/mainwindow.cpp
@@ -620,7 +620,7 @@ void MainWindow::recieve( const QCString& cmsg, const QByteArray& data )
mCalendar->checkAlarmForIncidence( 0, true);
//showMaximized();
//raise();
- hide();
+ //hide();
return;
}
if ( cmsg == "-newCountdown" ) {
@@ -648,9 +648,6 @@ void MainWindow::recieve( const QCString& cmsg, const QByteArray& data )
if ( msg == "-showWN" ) {
mView->viewManager()->showWhatsNextView();
}
- if ( msg == "-showTodo" ) {
- mView->viewManager()->showTodoView();
- }
if ( msg == "-showList" ) {
mView->viewManager()->showListView();
}