win32: Avoid super for portability reasons
commit3757ae31141e37c58c7daa6d23150dd22d2fcb79
authorDavid Aguilar <davvid@gmail.com>
Wed, 21 Mar 2012 05:53:25 +0000 (20 22:53 -0700)
committerDavid Aguilar <davvid@gmail.com>
Wed, 21 Mar 2012 05:53:25 +0000 (20 22:53 -0700)
tree8eb23239a3272e06607fd0aaa39b7afc70bfc8ff
parent684120ec66e85412f5315c3135d01b36b02a4a40
win32: Avoid super for portability reasons

For some reason Python 2.6 and PyQt4 on win32 does
not see the show() method via a super() called from
within a closure.  Work around it.

Signed-off-by: David Aguilar <davvid@gmail.com>
cola/widgets/standard.py