Hi,

first I'm sorry to find a small cut and paste error in one of my patches
before. The attached patch will fix that.

Then I tested the new changes and get the following message viewing a
image with exif GPS position:
 Warning: Failed to convert Exif.GPSInfo.GPSTimeStamp to Xmp.exif.GPSTimeStamp, 
unable to parse '2006/1 8/1 1/1'

Please note that the GPS information is in that special kind of format
which I had to handle by myself when I did the support for GPS
information.

Regards
   Klaus
-- 
Klaus Ethgen                            http://www.ethgen.de/
pub  2048R/D1A4EDE5 2000-02-26 Klaus Ethgen <[EMAIL PROTECTED]>
Fingerprint: D7 67 71 C4 99 A6 D4 FE  EA 40 30 57 3C 88 26 2B
>From 4d5bdab9b5bf10101cd3e666c2f47f51ef6f2d2c Mon Sep 17 00:00:00 2001
From: Klaus Ethgen <[EMAIL PROTECTED]>
Date: Sun, 19 Oct 2008 18:12:57 +0100
Subject: [PATCH] Fix a cut and paste error when implementing the comment search.

---
 src/search.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/search.c b/src/search.c
index 3456e44..52fb39e 100644
--- a/src/search.c
+++ b/src/search.c
@@ -1870,7 +1870,7 @@ static gint search_file_next(SearchData *sd)
 			}
 		else
 			{
-			match = (sd->match_comment == SEARCH_MATCH_NONE);
+			match = (sd->match_keywords == SEARCH_MATCH_NONE);
 			}
 		}
 
-- 
1.5.5.1

Attachment: signature.asc
Description: Digital signature

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Geeqie-devel mailing list
Geeqie-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geeqie-devel

Reply via email to