[Digikam-devel] [Bug 179012] advanced search missing negative conditions (changed from 0.9)
kilrae at kilrae.ca
kilrae at kilrae.ca
Mon Dec 29 23:14:47 GMT 2008
http://bugs.kde.org/show_bug.cgi?id=179012
--- Comment #4 from kilrae kilrae ca 2008-12-30 00:14:47 ---
1. All of these conditions are met: (A && B && C)
2. Any of these conditions are met: (A || B || C)
3. At least one of these conditions is not met: !(A && B && C), (!A || !B ||
!C)
4. None of these conditions are met: !(A || B || C), (!A && !B && !C)
--
Configure bugmail: http://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the Digikam-devel
mailing list