From: gc Date: Sun, 12 Feb 2006 17:36:54 +0000 (+0000) Subject: just in case X-Git-Tag: 0.9.0~260 X-Git-Url: http://git.zarb.org/?p=booh;a=commitdiff_plain;h=c540aab899fa352b624827a2ac3a7d05c5a66a2d just in case --- diff --git a/bin/booh b/bin/booh index 88c4dd3..3e509b7 100755 --- a/bin/booh +++ b/bin/booh @@ -2145,7 +2145,7 @@ def sort_by_exif_date pb.text = f pb.fraction = i.to_f / current_order.size Gtk.main_iteration while Gtk.events_pending? - date_time = `identify -format "%[EXIF:DateTime]" '#{from_utf8($current_path + "/" + f)}'`.chomp + date_time = `identify -format "%[EXIF:DateTimeOriginal]" '#{from_utf8($current_path + "/" + f)}'`.chomp if $? == 0 && date_time != '' dates[f] = date_time end