~ubuntu-branches/ubuntu/trusty/gvfs/trusty

« back to all changes in this revision

Viewing changes to daemon/gvfskeyring.c

  • Committer: Package Import Robot
  • Author(s): Martin Pitt
  • Date: 2014-01-16 09:39:54 UTC
  • mfrom: (1.7.9)
  • Revision ID: package-import@ubuntu.com-20140116093954-ijvkkjyx143w8a98
Tags: 1.19.4+git20140116-0ubuntu1
* New upstream release:
  - Fix MTP backend crashes (LP: #1253187)
  - Update to current git head to fix gphoto test with current libgphoto2
    2.5.3.
* debian/control.in: Bump libsmbclient build dep as per upstream
  configure.ac.
* Drop 05_shared_libdaemon.patch, fixed upstream.
* debian/rules: Drop -Wl,-z,defs to fix build.

Show diffs side-by-side

added added

removed removed

Lines of Context:
135
135
  return name;
136
136
}
137
137
 
138
 
gint
 
138
static gint
139
139
compare_specificity (gconstpointer  a,
140
140
                     gconstpointer  b)
141
141
{