Parent Directory
|
Revision Log
|
Patch
revision 2877 by dpinte, Mon Sep 18 14:27:02 2006 UTC | revision 2878 by dpinte, Tue Jun 2 11:06:15 2009 UTC | |
---|---|---|
# | Line 63 class ProjectionList(wx.ListCtrl, Publis | Line 63 class ProjectionList(wx.ListCtrl, Publis |
63 | self.Bind(wx.EVT_IDLE, self.OnIdle) | self.Bind(wx.EVT_IDLE, self.OnIdle) |
64 | ||
65 | def __del__(self): | def __del__(self): |
66 | wx.ListCtrl.__del__() | Publisher.__del__(self) |
Publisher.__del__() | ||
67 | ||
68 | def _subscribe_proj_files(self): | def _subscribe_proj_files(self): |
69 | """Subscribe to the messages of self.proj_files""" | """Subscribe to the messages of self.proj_files""" |
|
[email protected] | ViewVC Help |
Powered by ViewVC 1.1.26 |