summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Martin Szulecki2011-04-05 19:54:39 +0200
committerGravatar Martin Szulecki2011-04-05 19:54:39 +0200
commit784ad167a91f21be21719d4cf402b38fc4b7d4da (patch)
tree09096e0d9b1b65b929ba5bfc3890e3e6fab67d92
parent8cc1cdcab2d6e8557cf1341d62fe5d1eda5ec708 (diff)
downloadgdk-pixbuf-psd-784ad167a91f21be21719d4cf402b38fc4b7d4da.tar.gz
gdk-pixbuf-psd-784ad167a91f21be21719d4cf402b38fc4b7d4da.tar.bz2
Use sane GdkPixbufFormat properties
-rw-r--r--io-psd.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/io-psd.c b/io-psd.c
index 6fc4eda..34df2c1 100644
--- a/io-psd.c
+++ b/io-psd.c
@@ -585,12 +585,10 @@ MODULE_ENTRY (fill_info) (GdkPixbufFormat *info)
info->name = "psd";
info->signature = signature;
- //info->description = N_("Adobe Photoshop format");
info->description = "Adobe Photoshop format";
info->mime_types = mime_types;
info->extensions = extensions;
info->flags = GDK_PIXBUF_FORMAT_THREADSAFE;
- info->flags = 0;
info->license = "LGPL";
}