[GRASS-SVN] r35505 - grass/branches/develbranch_6/gui/wxpython/gui_modules

svn_grass at osgeo.org svn_grass at osgeo.org
Tue Jan 20 14:21:43 EST 2009


Author: martinl
Date: 2009-01-20 14:21:43 -0500 (Tue, 20 Jan 2009)
New Revision: 35505

Modified:
   grass/branches/develbranch_6/gui/wxpython/gui_modules/dbm.py
Log:
wxGUI: trac #448
       (merge from trunk, r35504)


Modified: grass/branches/develbranch_6/gui/wxpython/gui_modules/dbm.py
===================================================================
--- grass/branches/develbranch_6/gui/wxpython/gui_modules/dbm.py	2009-01-20 19:19:39 UTC (rev 35504)
+++ grass/branches/develbranch_6/gui/wxpython/gui_modules/dbm.py	2009-01-20 19:21:43 UTC (rev 35505)
@@ -493,7 +493,7 @@
         self.notebook = FN.FlatNotebook(parent=self.panel, id=wx.ID_ANY,
                                         style=FN.FNB_BOTTOM |
                                         FN.FNB_NO_NAV_BUTTONS |
-                                        FN.FNB_FANCY_TABS)
+                                        FN.FNB_FANCY_TABS | FN.FNB_NO_X_BUTTON)
 
         dbmStyle = globalvar.FNPageStyle
 
@@ -3350,7 +3350,7 @@
                               map = self.map,
                               east_north = '%f,%f' % \
                                   (float(queryCoords[0]), float(queryCoords[1])),
-                              distance =  float(qdist))
+                              distance = float(qdist))
         
         data = {}
         if ret:



More information about the grass-commit mailing list