summaryrefslogtreecommitdiff
path: root/tumbler
diff options
context:
space:
mode:
authorJannis Pohlmann <jannis@xfce.org>2009-06-05 01:05:05 +0200
committerJannis Pohlmann <jannis@xfce.org>2009-06-05 01:05:05 +0200
commit6ee889c1913328177462b7d2169a78a4d7410da7 (patch)
treed4b94c26e9c85beacb05b8ba0dbb15ff6935ecf8 /tumbler
parent70e48396705c2a03ff27148c35b09cc2cad03df9 (diff)
downloadtumbler-6ee889c1913328177462b7d2169a78a4d7410da7.tar.gz
Add TUMBLER_ERROR_NO_THUMBNAILER error code.
Diffstat (limited to 'tumbler')
-rw-r--r--tumbler/tumbler-error.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tumbler/tumbler-error.h b/tumbler/tumbler-error.h
index 1403dc6..67a1f7c 100644
--- a/tumbler/tumbler-error.h
+++ b/tumbler/tumbler-error.h
@@ -41,6 +41,7 @@ G_BEGIN_DECLS
typedef enum /*< enum >*/
{
TUMBLER_ERROR_FAILED,
+ TUMBLER_ERROR_NO_THUMBNAILER,
} TumblerErrorEnum;
G_END_DECLS