https://bugs.kde.org/show_bug.cgi?id=520244

--- Comment #5 from Andreas Schleth <[email protected]> ---
Created attachment 193543
  --> https://bugs.kde.org/attachment.cgi?id=193543&action=edit
modified dialog box showing reason

Finally!
I just encountered another case of the erroneous dialog (see attachment). The
first one, after reporting this.
I have doctored the function "hasChanged" to return the reason why the dialog
should appear. And this time it was this line:

<code>
if ((!m_startDate->date().isNull()) || (!m_endDate->date().isNull()) ||
(!m_imageLabel->text().isEmpty()) || m_description->changed() ||
m_ratingChanged)
            return 2;
</code>

The "2" translates to the 3rd reason because C starts counting with 0...

I really changed the date of 2 images and then sorted them before saving and
closing (trying to..) KPA.

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to