Fixup fromcvs/togit conversion
[minix-pkgsrc.git] / x11 / py-wxWidgets / patches / patch-ac
blobbdfd3763a0cc465350bd83a29f66b5c9f368e7e8
1 $NetBSD$
3 --- src/gtk/_core.py.orig       2009-08-06 08:13:06.000000000 +0200
4 +++ src/gtk/_core.py
5 @@ -6034,10 +6034,6 @@ class ShowEvent(Event):
6          """GetShow(self) -> bool"""
7          return _core_.ShowEvent_GetShow(*args, **kwargs)
8  
9 -    def IsShown(*args, **kwargs):
10 -        """IsShown(self) -> bool"""
11 -        return _core_.ShowEvent_IsShown(*args, **kwargs)
13      Show = property(GetShow,SetShow,doc="See `GetShow` and `SetShow`") 
14  _core_.ShowEvent_swigregister(ShowEvent)