~manishsinha/ubuntu/saucy/nautilus/move-to-zeitgeist2

« back to all changes in this revision

Viewing changes to libnautilus-private/nautilus-search-engine-simple.c

  • Committer: Package Import Robot
  • Author(s): Sebastien Bacher
  • Date: 2013-04-16 12:17:18 UTC
  • Revision ID: package-import@ubuntu.com-20130416121718-9tbay1f145uxp3zi
Tags: 1:3.6.3-0ubuntu16
* debian/patches/git_rank_exact_matches_higher.patch,
  debian/patches/git_rank_reversed.patch,
  debian/patches/git_search_dont_follow_symlinks.patch:
  - backport some upstream search improvements (don't follow symlinks,
    rank exact matches better than submatches, use correct order)
* debian/patches/git_reset_view_to_defaults.patch:
  - correctly reset view settings when using the option (lp: #794538)

Show diffs side-by-side

added added

removed removed

Lines of Context:
216
216
                                                :
217
217
                                                STD_ATTRIBUTES
218
218
                                                ,
219
 
                                                0, data->cancellable, NULL);
 
219
                                                G_FILE_QUERY_INFO_NOFOLLOW_SYMLINKS,
 
220
                                                data->cancellable, NULL);
220
221
        
221
222
        if (enumerator == NULL) {
222
223
                return;