~noskcaj/ubuntu/trusty/tumbler/0.1.30

« back to all changes in this revision

Viewing changes to plugins/jpeg-thumbnailer/jpeg-thumbnailer.c

  • Committer: Bazaar Package Importer
  • Author(s): Lionel Le Folgoc
  • Date: 2011-01-20 23:42:03 UTC
  • Revision ID: james.westby@ubuntu.com-20110120234203-9hx1xb1ihyvt9u01
Tags: upstream-0.1.6
ImportĀ upstreamĀ versionĀ 0.1.6

Show diffs side-by-side

added added

removed removed

Lines of Context:
679
679
  TumblerThumbnail       *thumbnail;
680
680
  struct stat             statb;
681
681
  const gchar            *uri;
682
 
  GdkPixbuf              *pixbuf;
 
682
  GdkPixbuf              *pixbuf = NULL;
683
683
  gboolean                streaming_needed = TRUE;
684
684
  JOCTET                 *content;
685
685
  GError                 *error = NULL;