~ubuntu-branches/ubuntu/quantal/shotwell/quantal

« back to all changes in this revision

Viewing changes to src/ThumbnailCache.vala

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2011-08-24 11:45:16 UTC
  • mfrom: (1.2.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20110824114516-01cf7d83qvc9nse1
Tags: 0.11.0-0ubuntu1
New upstream version, drop patches which are in the new version

Show diffs side-by-side

added added

removed removed

Lines of Context:
179
179
    
180
180
    public static void import_from_source(ThumbnailSource source, bool force = false)
181
181
        throws Error {
 
182
        debug("import from source: %s", source.to_string());
182
183
        big._import_from_source(source, force);
183
184
        medium._import_from_source(source, force);
184
185
    }