Fixed a stupid oopsie in shipbrowser items container class init

This commit is contained in:
HomeWorld
2010-12-03 10:00:34 +02:00
parent ebf819adcd
commit 1b944212ff

View File

@@ -21,7 +21,7 @@ SearchSelected, EVT_SB_SEARCH_SEL = wx.lib.newevent.NewEvent()
class PFWidgetsContainer(PFListPane):
def __init(self,parent):
def __init__(self,parent):
PFListPane.__init__(self,parent)
def IsWidgetSelectedByContext(self, widget):