[GRASS-SVN] r47659 - grass-addons/grass7/gui/wxpython/wx.stream/gui_modules

svn_grass at osgeo.org svn_grass at osgeo.org
Mon Aug 15 18:17:42 EDT 2011


Author: madi
Date: 2011-08-15 15:17:42 -0700 (Mon, 15 Aug 2011)
New Revision: 47659

Modified:
   grass-addons/grass7/gui/wxpython/wx.stream/gui_modules/rstream.py
Log:
MapFrame added

Modified: grass-addons/grass7/gui/wxpython/wx.stream/gui_modules/rstream.py
===================================================================
--- grass-addons/grass7/gui/wxpython/wx.stream/gui_modules/rstream.py	2011-08-15 19:41:11 UTC (rev 47658)
+++ grass-addons/grass7/gui/wxpython/wx.stream/gui_modules/rstream.py	2011-08-15 22:17:42 UTC (rev 47659)
@@ -87,7 +87,7 @@
                                         FN.FNB_FANCY_TABS | FN.FNB_NO_X_BUTTON)
 
         # add pages to the notebook
-        self.pages = [(TabPanelOne(self.nb, self.parent), "Network extraction"),
+        self.pages = [(TabPanelOne(self.nb, self.parent, self.parent), "Network extraction"),
                       (TabPanel(self.nb), "Network ordering"),
                       (TabPanel(self.nb), "Tab 3")]
 



More information about the grass-commit mailing list