File r905634.diff of Package kdepim4
Subject: korganizer: fixes in pasting
From: wstephenson@suse.de
Bug:
Patch-upstream: 905634
--- korganizer/calendarview.cpp (revision 905633)
+++ korganizer/calendarview.cpp (revision 905634)
@@ -840,6 +840,7 @@ void CalendarView::edit_cut()
return;
}
mChanger->cutIncidence( incidence );
+ checkClipboard();
}
void CalendarView::edit_copy()
@@ -854,6 +855,7 @@ void CalendarView::edit_copy()
if ( !factory.copyIncidence( incidence ) ) {
KNotification::beep();
}
+ checkClipboard();
}
void CalendarView::edit_paste()
Index: korganizer/calendarview.cpp
===================================================================