comparison 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
comparison
equal deleted inserted replaced
1287:5fdf258f9c24 1288:10073464e6aa
30 #include "ui_utildlg.h" 30 #include "ui_utildlg.h"
31 #include "cache_maint.h" 31 #include "cache_maint.h"
32 #include "thumb.h" 32 #include "thumb.h"
33 #include "metadata.h" 33 #include "metadata.h"
34 #include "editors.h" 34 #include "editors.h"
35 #include "exif.h"
35 36
36 #include <gdk/gdkkeysyms.h> /* for keyboard values */ 37 #include <gdk/gdkkeysyms.h> /* for keyboard values */
37 38
38 #include <signal.h> 39 #include <signal.h>
39 #include <sys/mman.h> 40 #include <sys/mman.h>
726 bindtextdomain(PACKAGE, GQ_LOCALEDIR); 727 bindtextdomain(PACKAGE, GQ_LOCALEDIR);
727 bind_textdomain_codeset(PACKAGE, "UTF-8"); 728 bind_textdomain_codeset(PACKAGE, "UTF-8");
728 textdomain(PACKAGE); 729 textdomain(PACKAGE);
729 #endif 730 #endif
730 731
732 exif_init();
733
731 /* setup random seed for random slideshow */ 734 /* setup random seed for random slideshow */
732 srand(time(NULL)); 735 srand(time(NULL));
733 736
734 #if 1 737 #if 1
735 log_printf("%s %s, This is an alpha release.\n", GQ_APPNAME, VERSION); 738 log_printf("%s %s, This is an alpha release.\n", GQ_APPNAME, VERSION);