Mercurial > libervia-backend
comparison frontends/wix/main_window.py @ 185:fd2db62ea5eb
minor deletions
author | Goffi <goffi@goffi.org> |
---|---|
date | Wed, 18 Aug 2010 16:11:01 +0800 |
parents | 9ee4a1d0d7fb |
children | 1438a1337732 |
comparison
equal
deleted
inserted
replaced
184:8ea1510d474b | 185:fd2db62ea5eb |
---|---|
107 for i in range(self.menuBar.GetMenuCount()): | 107 for i in range(self.menuBar.GetMenuCount()): |
108 self.menuBar.EnableTop(i, False) | 108 self.menuBar.EnableTop(i, False) |
109 | 109 |
110 #profile panel | 110 #profile panel |
111 self.profile_pan = ProfileManager(self) | 111 self.profile_pan = ProfileManager(self) |
112 #self.profile_pan.Hide() #gof: | |
113 self.sizer.Add(self.profile_pan, 1, flag=wx.EXPAND) | 112 self.sizer.Add(self.profile_pan, 1, flag=wx.EXPAND) |
114 | 113 |
115 self.postInit() | 114 self.postInit() |
116 | 115 |
117 self.Show() | 116 self.Show() |