~ubuntu-branches/ubuntu/wily/gnome-software/wily-proposed

« back to all changes in this revision

Viewing changes to src/gs-shell-installed.c

  • Committer: Package Import Robot
  • Author(s): Laurent Bigonville
  • Date: 2014-10-18 09:12:33 UTC
  • mfrom: (1.1.1)
  • Revision ID: package-import@ubuntu.com-20141018091233-4qeq6sg8ywfc5z09
Tags: 3.14.1-1
* New upstream release
  - debian/control.in: Bump gtk+-3.0 build-dependency to 3.14.1
  - debian/rules: Bump plugin API version to 7

Show diffs side-by-side

added added

removed removed

Lines of Context:
277
277
                                                      res,
278
278
                                                      &error);
279
279
        if (list == NULL) {
280
 
                g_warning ("failed to get installed apps: %s", error->message);
 
280
                if (!g_error_matches (error, G_IO_ERROR, G_IO_ERROR_CANCELLED))
 
281
                        g_warning ("failed to get installed apps: %s", error->message);
281
282
                g_error_free (error);
282
283
                goto out;
283
284
        }