summaryrefslogtreecommitdiff
path: root/dev-python/imaging/files/imaging-1.1.7-dont-run-multiple-viewers.patch
blob: 7733a489038bba66f85e3355c782053eaf24e86a (plain)
1
2
3
4
5
6
7
8
9
10
--- PIL/ImageShow.py.old	2011-01-29 14:09:12.000000000 -0200
+++ PIL/ImageShow.py	2011-01-29 14:09:28.000000000 -0200
@@ -63,7 +63,7 @@
         if base != image.mode and image.mode != "1":
             image = image.convert(base)
 
-        self.show_image(image, **options)
+        return self.show_image(image, **options)
 
     # hook methods