~ubuntu-branches/ubuntu/precise/shotwell/precise-updates

« back to all changes in this revision

Viewing changes to src/core/DataCollection.vala

  • Committer: Package Import Robot
  • Author(s): Sebastien Bacher
  • Date: 2012-01-11 15:59:04 UTC
  • mfrom: (1.2.7)
  • Revision ID: package-import@ubuntu.com-20120111155904-q6v4rpavyw50jfwz
Tags: 0.11.91-0ubuntu1
* New upstream version using GTK3 (lp: #871034),
  should fix lp: #800459, #881896, #887357, #888363, #898028
* Refreshed patches for the new version
* debian/control:
  - updated build-dependencies for GTK3
* debian/patches/99git_libraw_api.patch:
  - dropped, the patch is in the new version

Show diffs side-by-side

added added

removed removed

Lines of Context:
219
219
        return true;
220
220
    }
221
221
    
222
 
    public Comparator get_comparator() {
 
222
    public unowned Comparator get_comparator() {
223
223
        return dataset.get_comparator();
224
224
    }
225
225
    
226
 
    public ComparatorPredicate get_comparator_predicate() {
 
226
    public unowned ComparatorPredicate get_comparator_predicate() {
227
227
        return dataset.get_comparator_predicate();
228
228
    }
229
229