[GRASS-SVN] r57204 - grass/trunk/gui/wxpython/modules
svn_grass at osgeo.org
svn_grass at osgeo.org
Thu Jul 18 02:59:27 PDT 2013
Author: annakrat
Date: 2013-07-18 02:59:27 -0700 (Thu, 18 Jul 2013)
New Revision: 57204
Modified:
grass/trunk/gui/wxpython/modules/extensions.py
Log:
wxGUI: fix opening extension dialog
Modified: grass/trunk/gui/wxpython/modules/extensions.py
===================================================================
--- grass/trunk/gui/wxpython/modules/extensions.py 2013-07-18 08:19:07 UTC (rev 57203)
+++ grass/trunk/gui/wxpython/modules/extensions.py 2013-07-18 09:59:27 UTC (rev 57204)
@@ -59,7 +59,6 @@
self.search = SearchModuleWidget(parent=self.panel, model=self.modelBuilder.GetModel(),
showChoice = False)
- self.search.SetSelection(0)
self.search.showSearchResult.connect(lambda result: self.tree.Select(result))
# show text in statusbar when notification appears
self.search.showNotification.connect(lambda message: self.SetStatusText(message))
More information about the grass-commit
mailing list