diff src/utilops.c @ 283:e213fb025621

GQVIEW_* -> GQ_*
author zas_
date Tue, 08 Apr 2008 23:16:12 +0000
parents 9995c5fb202a
children d1f74154463e
line wrap: on
line diff
--- a/src/utilops.c	Tue Apr 08 23:07:09 2008 +0000
+++ b/src/utilops.c	Tue Apr 08 23:16:12 2008 +0000
@@ -3289,7 +3289,7 @@
 		if (!fd->name ||
 		    (strcmp(fd->name, THUMB_FOLDER_GLOBAL) != 0 &&
 		     strcmp(fd->name, THUMB_FOLDER_LOCAL) != 0 &&
-		     strcmp(fd->name, GQVIEW_CACHE_LOCAL_METADATA) != 0) )
+		     strcmp(fd->name, GQ_CACHE_LOCAL_METADATA) != 0) )
 			{
 			rlist = g_list_prepend(rlist, fd);
 			}