diff src/main.c @ 1288:10073464e6aa

use metadata_read_* functions where possible switch exiv2 to utf8 charset support for exiv2 formatting that depends on other tags: http://dev.robotbattle.com/bugs/view.php?id=0000516
author nadvornik
date Sat, 07 Feb 2009 19:01:21 +0000
parents 8b89e3ff286b
children 7ac9664242b2
line wrap: on
line diff
--- a/src/main.c	Fri Feb 06 23:49:03 2009 +0000
+++ b/src/main.c	Sat Feb 07 19:01:21 2009 +0000
@@ -32,6 +32,7 @@
 #include "thumb.h"
 #include "metadata.h"
 #include "editors.h"
+#include "exif.h"
 
 #include <gdk/gdkkeysyms.h> /* for keyboard values */
 
@@ -728,6 +729,8 @@
 	textdomain(PACKAGE);
 #endif
 
+	exif_init();
+	
 	/* setup random seed for random slideshow */
 	srand(time(NULL));