tags 600015 + patch
thanks

I can reproduce this, the problem isn't with pngs but with cur and ico
files.

Patch attached.

SR

-- 
Stefano Rivera
  http://tumbleweed.org.za/
  H: +27 21 465 6908 C: +27 72 419 8559  UCT: x3127
=== modified file 'gextractwinicons'
--- old/gextractwinicons	2010-10-17 19:42:28 +0000
+++ new/gextractwinicons	2010-10-17 19:43:12 +0000
@@ -312,7 +312,7 @@ def on_btnSaveResources_clicked(widget,
   for iter in modelResources:
     tmpFile = os.path.join(tempdir, '%s_%s_%s_%s.%s' % (
       os.path.basename(btnFilePath.get_filename()), 
-      iter[1], iter[3], iter[4], iter[1] == '12' and 'cur' or 'ico'
+      iter[1], iter[3], iter[4], iter[1] == 12 and 'cur' or 'ico'
     ))
     if iter[0]:
       # Copy ico/cur file

Reply via email to