[maemo-commits] [maemo-commits] r16020 - projects/haf/branches/hildon-thumbnail/daemonize/daemon/plugins
From: subversion at stage.maemo.org subversion at stage.maemo.orgDate: Thu Sep 4 19:40:23 EEST 2008
- Previous message: [maemo-commits] r16019 - projects/haf/branches/hildon-thumbnail/daemonize/daemon/plugins
- Next message: [maemo-commits] r16021 - projects/haf/branches/hildon-thumbnail/daemonize/daemon/plugins
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Author: pvanhoof Date: 2008-09-04 19:40:21 +0300 (Thu, 04 Sep 2008) New Revision: 16020 Modified: projects/haf/branches/hildon-thumbnail/daemonize/daemon/plugins/gdkpixbuf-plugin.c Log: Cleanups Modified: projects/haf/branches/hildon-thumbnail/daemonize/daemon/plugins/gdkpixbuf-plugin.c =================================================================== --- projects/haf/branches/hildon-thumbnail/daemonize/daemon/plugins/gdkpixbuf-plugin.c 2008-09-04 16:37:34 UTC (rev 16019) +++ projects/haf/branches/hildon-thumbnail/daemonize/daemon/plugins/gdkpixbuf-plugin.c 2008-09-04 16:40:21 UTC (rev 16020) @@ -47,7 +47,6 @@ const gchar** hildon_thumbnail_plugin_supported (void) { - if (!supported) { GSList *formats = gdk_pixbuf_get_formats (), *copy; GPtrArray *types_support = g_ptr_array_new (); @@ -76,9 +75,7 @@ #define URI_OPTION HILDON_THUMBNAIL_OPTION_PREFIX "URI" #define MTIME_OPTION HILDON_THUMBNAIL_OPTION_PREFIX "MTime" #define SOFTWARE_OPTION "tEXt::Software" -#define META_OPTION HILDON_THUMBNAIL_OPTION_PREFIX "Meta" - static gboolean save_thumb_file_meta (GdkPixbuf *pixbuf, gchar *file, guint64 mtime, const gchar *uri, GError **error) {
- Previous message: [maemo-commits] r16019 - projects/haf/branches/hildon-thumbnail/daemonize/daemon/plugins
- Next message: [maemo-commits] r16021 - projects/haf/branches/hildon-thumbnail/daemonize/daemon/plugins
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]