comparison src/search.c @ 283:e213fb025621

GQVIEW_* -> GQ_*
author zas_
date Tue, 08 Apr 2008 23:16:12 +0000
parents 9995c5fb202a
children d1f74154463e
comparison
equal deleted inserted replaced
282:c2cb12def9d6 283:e213fb025621
2136 else if (sd->search_type == SEARCH_MATCH_ALL) 2136 else if (sd->search_type == SEARCH_MATCH_ALL)
2137 { 2137 {
2138 /* search metadata */ 2138 /* search metadata */
2139 2139
2140 g_free(sd->search_path); 2140 g_free(sd->search_path);
2141 sd->search_path = g_strconcat(homedir(), "/", GQVIEW_CACHE_RC_METADATA, NULL); 2141 sd->search_path = g_strconcat(homedir(), "/", GQ_CACHE_RC_METADATA, NULL);
2142 2142
2143 search_start(sd); 2143 search_start(sd);
2144 } 2144 }
2145 else if (sd->search_type == SEARCH_MATCH_CONTAINS) 2145 else if (sd->search_type == SEARCH_MATCH_CONTAINS)
2146 { 2146 {