diff src/main.c @ 79:528e3432e0c0

Thu Oct 19 07:23:37 2006 John Ellis <johne@verizon.net> * cache_maint.c, thumb_standard.[ch]: Use .thumblocal when saving local thumbnails as per the freedesktop.org thumbnail spec. * filelist.c: Add .thumblocal to list of ignored folders (those we never show user). * main.c: Fix bug in recent command line parser changes, a single folder on the command line was not processed by parse_out_relatives().
author gqview
date Thu, 19 Oct 2006 11:34:52 +0000
parents 07773a3c5b29
children 0ef72a64930b
line wrap: on
line diff
--- a/src/main.c	Sun Oct 15 16:39:19 2006 +0000
+++ b/src/main.c	Thu Oct 19 11:34:52 2006 +0000
@@ -1,6 +1,6 @@
 /*
  * GQview
- * (C) 2004 John Ellis
+ * (C) 2006 John Ellis
  *
  * Author: John Ellis
  *
@@ -1056,6 +1056,8 @@
 		{
 		*path = first_dir;
 		first_dir = NULL;
+
+		parse_out_relatives(*path);
 		}
 	g_free(first_dir);