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

« back to all changes in this revision

Viewing changes to src/DataCollection.vala

  • Committer: Bazaar Package Importer
  • Author(s): Robert Ancell
  • Date: 2010-08-27 09:13:59 UTC
  • mfrom: (1.1.11 upstream)
  • Revision ID: james.westby@ubuntu.com-20100827091359-1euopis637lkbquk
Tags: 0.7.1-0ubuntu1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
1810
1810
            return;
1811
1811
        }
1812
1812
        
 
1813
        // Cannot clear a locked ViewCollection
 
1814
        assert(view_lock_count == 0);
 
1815
        
1813
1816
        base.clear();
1814
 
        
1815
 
        locked_filter_items.clear();
1816
 
        locked_unlinked_items.clear();
1817
 
        view_lock_count = 0;
1818
1817
    }
1819
1818
    
1820
1819
    public override void close() {