[GRASS-SVN] r34688 - grass/trunk/gui/wxpython/gui_modules
svn_grass at osgeo.org
svn_grass at osgeo.org
Tue Dec 2 16:40:23 EST 2008
Author: martinl
Date: 2008-12-02 16:40:23 -0500 (Tue, 02 Dec 2008)
New Revision: 34688
Modified:
grass/trunk/gui/wxpython/gui_modules/gdialogs.py
Log:
wxGUI: MultiImport -> switch page to "Command output"
(merge from devbr6, r34687)
Modified: grass/trunk/gui/wxpython/gui_modules/gdialogs.py
===================================================================
--- grass/trunk/gui/wxpython/gui_modules/gdialogs.py 2008-12-02 21:38:40 UTC (rev 34687)
+++ grass/trunk/gui/wxpython/gui_modules/gdialogs.py 2008-12-02 21:40:23 UTC (rev 34688)
@@ -953,7 +953,7 @@
cmd.append('--overwrite')
# run in Layer Manager
- self.parent.goutput.RunCmd(cmd)
+ self.parent.goutput.RunCmd(cmd, switchPage=True)
if self.add.IsChecked():
maptree = self.parent.curr_page.maptree
@@ -978,7 +978,7 @@
lcmd=['d.vect',
'map=%s' % name])
- wx.CallAfter(self.parent.notebook.SetSelection, 0)
+ ### wx.CallAfter(self.parent.notebook.SetSelection, 0)
self.OnCancel()
More information about the grass-commit
mailing list