[GRASS-SVN] r57125 - grass/trunk/gui/wxpython/lmgr
svn_grass at osgeo.org
svn_grass at osgeo.org
Sun Jul 14 09:29:48 PDT 2013
Author: annakrat
Date: 2013-07-14 09:29:47 -0700 (Sun, 14 Jul 2013)
New Revision: 57125
Modified:
grass/trunk/gui/wxpython/lmgr/frame.py
Log:
wxGUI: revert accidentally committed code
Modified: grass/trunk/gui/wxpython/lmgr/frame.py
===================================================================
--- grass/trunk/gui/wxpython/lmgr/frame.py 2013-07-14 16:27:52 UTC (rev 57124)
+++ grass/trunk/gui/wxpython/lmgr/frame.py 2013-07-14 16:29:47 UTC (rev 57125)
@@ -176,10 +176,6 @@
self._auimgr.AddPane(self.notebook, wx.aui.AuiPaneInfo().
Left().CentrePane().BestSize((-1,-1)).Dockable(False).
CloseButton(False).DestroyOnClose(True).Row(1).Layer(0))
- self._auimgr.AddPane(SearchModuleWindow(parent=self, model=self._menuTreeBuilder.GetModel()), wx.aui.AuiPaneInfo().
- Left().BestSize((-1,-1)).Dockable(True).
- CloseButton(False).DestroyOnClose(True).Row(1).Layer(0).
- PaneBorder(False).CaptionVisible(True))
self._auimgr.Update()
More information about the grass-commit
mailing list