comparison src/search.c @ 188:0584cb78aa14

write comment and keywords to xmp, sidecars are used if exist
author nadvornik
date Sun, 16 Mar 2008 10:32:52 +0000
parents 71e1ebee420e
children f6e307c7bad6
comparison
equal deleted inserted replaced
187:9eafc4957f1a 188:0584cb78aa14
1770 GList *list; 1770 GList *list;
1771 1771
1772 tested = TRUE; 1772 tested = TRUE;
1773 match = FALSE; 1773 match = FALSE;
1774 1774
1775 if (comment_cache_read(fd, &list, NULL)) 1775 if (comment_read(fd, &list, NULL))
1776 { 1776 {
1777 GList *needle; 1777 GList *needle;
1778 GList *haystack; 1778 GList *haystack;
1779 1779
1780 if (sd->match_keywords == SEARCH_MATCH_ALL) 1780 if (sd->match_keywords == SEARCH_MATCH_ALL)