monsieurp    14/12/18 20:24:34

  Added:                imaging-1.1.7-dont-run-multiple-viewers.patch
  Log:
  Add patch to avoid launching multiple image viewers. Fix bug 353153.
  
  (Portage version: 2.2.8-r2/cvs/Linux i686, unsigned Manifest commit)

Revision  Changes    Path
1.1                  
dev-python/imaging/files/imaging-1.1.7-dont-run-multiple-viewers.patch

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/imaging/files/imaging-1.1.7-dont-run-multiple-viewers.patch?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/imaging/files/imaging-1.1.7-dont-run-multiple-viewers.patch?rev=1.1&content-type=text/plain

Index: imaging-1.1.7-dont-run-multiple-viewers.patch
===================================================================
--- 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




Reply via email to