Sophie

Sophie

distrib > Mandriva > 2007.1 > x86_64 > by-pkgid > bc3d7d7093ebadce23561c9ec7a8b134 > files > 2

icepodder-5.4-1mdv2007.1.src.rpm

--- icepodder/CastPodderGui.py	2007-09-05 16:45:47.000000000 -0700
+++ icepodder/CastPodderGui.py.new	2007-09-05 16:55:50.000000000 -0700
@@ -24,8 +24,8 @@ CHECK_VERSION = 5.4
 # Multislot wxPython patch from gentoo dev
 # http://bugs.gentoo.org/show_bug.cgi?id=109116
 import wxversion	
-wxversion.ensureMinimal('2.6')
-# ensures the wx is atleast 2.6
+wxversion.select('2.6')
+# Use only wxGTK 2.6 (does not work with 2.8, see Fedora bug #246405)
 
 import wx
 import wx.xrc as xrc