X-Git-Url: http://geeqie.org/cgi-bin/gitweb.cgi?p=geeqie.git;a=blobdiff_plain;f=src%2Fsearch.c;h=c4f1146b589ee51bc812f1f517aba9ed80bdbb16;hp=3d97b538458a52f9f1ebccfb06df02345ad30b92;hb=db38d12f83128e9890ce2d2c7acc5ad62062bc7e;hpb=e436ea53511e1dadab981af18b237fee83fde39b diff --git a/src/search.c b/src/search.c index 3d97b538..c4f1146b 100644 --- a/src/search.c +++ b/src/search.c @@ -286,7 +286,7 @@ static void search_status_update(SearchData *sd) t = search_result_count(sd, &t_bytes); s = search_result_selection_count(sd, &s_bytes); - + tt = text_from_size_abrev(t_bytes); if (s > 0) @@ -2579,7 +2579,7 @@ void search_new(FileData *dir_fd, FileData *example_file) sd->match_name_enable = TRUE; sd->search_similarity = 95; - + if (example_file) { sd->search_similarity_path = g_strdup(example_file->path); @@ -2889,7 +2889,7 @@ static void search_notify_cb(FileData *fd, NotifyType type, gpointer data) if (!(type & NOTIFY_CHANGE) || !fd->change) return; DEBUG_1("Notify search: %s %04x", fd->path, type); - + switch (fd->change->type) { case FILEDATA_CHANGE_MOVE: