summaryrefslogtreecommitdiffabout
path: root/korganizer/kotodoview.cpp
Unidiff
Diffstat (limited to 'korganizer/kotodoview.cpp') (more/less context) (ignore whitespace changes)
-rw-r--r--korganizer/kotodoview.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/korganizer/kotodoview.cpp b/korganizer/kotodoview.cpp
index 86e1bd9..a87e6fc 100644
--- a/korganizer/kotodoview.cpp
+++ b/korganizer/kotodoview.cpp
@@ -1156,2 +1156,3 @@ void KOTodoView::setNewPriority(int index)
1156 } 1156 }
1157 processSelectionChange();
1157} 1158}
@@ -1164,2 +1165,3 @@ void KOTodoView::setNewPercentage(int index)
1164 mActiveItem->setOn( true ); 1165 mActiveItem->setOn( true );
1166 processSelectionChange();
1165 return; 1167 return;
@@ -1180,2 +1182,3 @@ void KOTodoView::setNewPercentage(int index)
1180 } 1182 }
1183 processSelectionChange();
1181} 1184}