~ubuntu-branches/ubuntu/precise/tumbler/precise

« back to all changes in this revision

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

  • Committer: Bazaar Package Importer
  • Author(s): Lionel Le Folgoc
  • Date: 2010-12-05 18:39:20 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20101205183920-2mcxzfb5ufpzzfis
Tags: 0.1.5-0ubuntu1
New upstream development release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
59
59
    }
60
60
 
61
61
#ifdef DEBUG
62
 
  g_message (_("Initializing the Tumbler Pixbuf Thumbnailer plugin"));
 
62
  g_message (_("Initializing the Tumbler JPEG Thumbnailer plugin"));
63
63
#endif
64
64
 
65
65
  /* register the types provided by this plugin */
76
76
tumbler_plugin_shutdown (void)
77
77
{
78
78
#ifdef DEBUG
79
 
  g_message (_("Shutting down the Tumbler Pixbuf Thumbnailer plugin"));
 
79
  g_message (_("Shutting down the Tumbler JPEG Thumbnailer plugin"));
80
80
#endif
81
81
}
82
82