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

« back to all changes in this revision

Viewing changes to src/core/ViewCollection.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:
268
268
        mirroring = to_mirror;
269
269
        this.mirroring_ctor = mirroring_ctor;
270
270
        this.should_mirror = should_mirror;
 
271
        set_comparator(to_mirror.get_comparator(), to_mirror.get_comparator_predicate());
271
272
        
272
273
        // load up with current items
273
274
        on_mirror_contents_added(mirroring.get_all());