diff --git a/src/kits/tracker/FindPanel.cpp b/src/kits/tracker/FindPanel.cpp index 1a316e054d..3365ce6284 100644 --- a/src/kits/tracker/FindPanel.cpp +++ b/src/kits/tracker/FindPanel.cpp @@ -1408,8 +1408,8 @@ FindPanel::BuildAttrQuery(BQuery* query, bool &dynamicDate) const "true") == 0) { value = 1; } else if (strcasecmp(textControl->Text(), - "true") == 0) { - value = 1; + "false") == 0) { + value = 0; } else value = (uint32)atoi(textControl->Text());