[gthumb/ext] always get the fast-content-type info as a fallback
- From: Paolo Bacchilega <paobac src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [gthumb/ext] always get the fast-content-type info as a fallback
- Date: Wed, 9 Sep 2009 13:37:59 +0000 (UTC)
commit be1bab856d26f8062da77a0a4da096e69abc4704
Author: Paolo Bacchilega <paobac src gnome org>
Date: Wed Sep 9 15:36:11 2009 +0200
always get the fast-content-type info as a fallback
if standard::content-type is not available the
standard::fast-content-type attribute will be used
[bug #594632]
gthumb/glib-utils.h | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gthumb/glib-utils.h b/gthumb/glib-utils.h
index 72f03a6..d338dec 100644
--- a/gthumb/glib-utils.h
+++ b/gthumb/glib-utils.h
@@ -52,7 +52,7 @@ G_BEGIN_DECLS
a)
#define GFILE_STANDARD_ATTRIBUTES (DEFINE_STANDARD_ATTRIBUTES(""))
#define GFILE_STANDARD_ATTRIBUTES_WITH_FAST_CONTENT_TYPE (DEFINE_STANDARD_ATTRIBUTES(",standard::fast-content-type"))
-#define GFILE_STANDARD_ATTRIBUTES_WITH_CONTENT_TYPE (DEFINE_STANDARD_ATTRIBUTES(",standard::content-type"))
+#define GFILE_STANDARD_ATTRIBUTES_WITH_CONTENT_TYPE (DEFINE_STANDARD_ATTRIBUTES(",standard::fast-content-type,standard::content-type"))
#define GNOME_COPIED_FILES (gdk_atom_intern_static_string ("x-special/gnome-copied-files"))
#define IROUND(x) ((int)floor(((double)x) + 0.5))
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]