~ubuntu-branches/ubuntu/natty/shotwell/natty

« back to all changes in this revision

Viewing changes to src/AlienDatabaseImportJob.vala

  • Committer: Bazaar Package Importer
  • Author(s): Robert Ancell
  • Date: 2010-08-16 16:58:02 UTC
  • mfrom: (1.1.9 upstream)
  • Revision ID: james.westby@ubuntu.com-20100816165802-j6t0o788sk21djtr
Tags: 0.6.91-0ubuntu1
* New upstream release
* debian/control:
  - Build-depend on valac >= 0.9.5
  - Build-depend on libgexiv2-dev >= 0.1.91

Show diffs side-by-side

added added

removed removed

Lines of Context:
30
30
            metadata.read_from_file(photo);
31
31
        } catch(Error e) {
32
32
            warning("Could not get file metadata for %s: %s", get_filename(), e.message);
 
33
            metadata = null;
33
34
        }
34
35
        
35
36
        title = (metadata != null) ? metadata.get_title() : null;