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

« back to all changes in this revision

Viewing changes to src/Tombstone.vala

  • Committer: Package Import Robot
  • Author(s): Robert Ancell
  • Date: 2012-02-21 13:52:58 UTC
  • mfrom: (1.2.8)
  • Revision ID: package-import@ubuntu.com-20120221135258-uffg1nm9ifpy2yoh
Tags: 0.11.92-0ubuntu1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/* Copyright 2010-2011 Yorba Foundation
 
1
/* Copyright 2010-2012 Yorba Foundation
2
2
 *
3
3
 * This software is licensed under the GNU Lesser General Public License
4
4
 * (version 2.1 or later).  See the COPYING file in this distribution. 
117
117
            // as not present, and not some other problem (which may be intermittant)
118
118
            if (info == null) {
119
119
                try {
120
 
                    info = yield file.query_info_async(FILE_ATTRIBUTE_STANDARD_NAME,
 
120
                    info = yield file.query_info_async(FileAttribute.STANDARD_NAME,
121
121
                        FileQueryInfoFlags.NOFOLLOW_SYMLINKS, Priority.LOW, cancellable);
122
122
                } catch (Error err) {
123
123
                    // watch for cancellation, which signals it's time to go