Summary: | Cannot delete an event/task/contact (delete action is greyed out) | ||
---|---|---|---|
Product: | [Unmaintained] KOrganizer Mobile | Reporter: | Ludwig Reiter <ludwig.reiter> |
Component: | general | Assignee: | Sergio Martins <smartins> |
Status: | CLOSED FIXED | ||
Severity: | critical | CC: | smartins |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Maemo 5 | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Ludwig Reiter
2010-11-01 13:59:04 UTC
SVN commit 1191941 by vkrause: Make the action selection model follow the navigation selection model. Fixes various single item actions being disabled. BUG: 255808 M +1 -0 calendar/korganizer-mobile.qml M +1 -0 contacts/kaddressbook-mobile.qml M +1 -0 notes/notes.qml M +1 -0 tasks/tasks.qml WebSVN link: http://websvn.kde.org/?view=rev&revision=1191941 version: 20101112.1195824-1maemo1 delete task: ok delete contact:ok But delete event: greyed out (failure) And move or copy event are also greyed out. Place: Event Viewer->Actions->Edit So reopened Fixing it. SVN commit 1197244 by smartins: Tell the item action selection model that we selected an incidence in the view. Fixes "Cannot delete an event/task/contact (delete action is greyed out)" BUG: 255808 M +1 -0 mainview.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1197244 |