https://bugs.kde.org/show_bug.cgi?id=340054
Jonathan Marten <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |CONFIRMED Ever confirmed|0 |1 --- Comment #2 from Jonathan Marten <[email protected]> --- This happens as a result of this debug statement in PasteHelperJob::PasteHelperJob() in kdepimlibs/akonadi/pastehelper.cpp: kDebug() << items.first().parentCollection().id() << dragSourceCollection.id(); If a collection (folder) is being moved or copied, then 'items' will be empty and Qt asserts on accessing its first(). This may have been introduced with commit ca7107bdfaadda72b31f310b5431fd252176f9d1 -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ Kdepim-bugs mailing list [email protected] https://mail.kde.org/mailman/listinfo/kdepim-bugs
