Revision: 1168
http://geeqie.svn.sourceforge.net/geeqie/?rev=1168&view=rev
Author: nadvornik
Date: 2008-10-20 21:00:18 +0000 (Mon, 20 Oct 2008)
Log Message:
-----------
Fix a cut and paste error when implementing the comment search (Klaus
Ethgen)
Modified Paths:
--------------
trunk/src/search.c
Modified: trunk/src/search.c
===================================================================
--- trunk/src/search.c 2008-10-20 17:13:32 UTC (rev 1167)
+++ trunk/src/search.c 2008-10-20 21:00:18 UTC (rev 1168)
@@ -1870,7 +1870,7 @@
}
else
{
- match = (sd->match_comment == SEARCH_MATCH_NONE);
+ match = (sd->match_keywords == SEARCH_MATCH_NONE);
}
}
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Geeqie-svn mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geeqie-svn