1
0
mirror of https://github.com/gryf/pygtktalog.git synced 2025-12-17 19:40:21 +01:00

* Fix for missed configuration change.

This commit is contained in:
2008-04-14 12:19:37 +00:00
parent b41df8d2d7
commit 66694f05c2

View File

@@ -76,7 +76,7 @@ def check_requirements():
print "You'll need pyExcelerator, if you want to export DB to XLS format.\nhttp://sourceforge.net/projects/pyexcelerator"
sys.exit(1)
if conf.confd['thumbs']:
if conf.confd['thumbs'] and conf.confd['retrive']:
try:
import Image, ImageEnhance
except: