[GRASS-SVN] r62667 - in grass/branches/releasebranch_7_0: . gui/wxpython/gcp
svn_grass at osgeo.org
svn_grass at osgeo.org
Sat Nov 8 07:45:15 PST 2014
Author: martinl
Date: 2014-11-08 07:45:15 -0800 (Sat, 08 Nov 2014)
New Revision: 62667
Modified:
grass/branches/releasebranch_7_0/
grass/branches/releasebranch_7_0/gui/wxpython/gcp/manager.py
Log:
wxGUI/gcp: fix settings dialog on save method (giface defined by parent)
(merge r62666 from trunk)
Property changes on: grass/branches/releasebranch_7_0
___________________________________________________________________
Modified: svn:mergeinfo
- /grass/trunk:61096,62179-62180,62182,62403,62422,62424,62437,62466,62487,62491,62494,62501,62506,62508-62509,62515,62518-62519,62521,62526,62533,62539,62541,62555,62562,62570,62573,62575,62585,62588,62597,62603,62606,62609,62614,62618,62628,62632,62638,62642,62649,62652,62655-62657
+ /grass/trunk:61096,62179-62180,62182,62403,62422,62424,62437,62466,62487,62491,62494,62501,62506,62508-62509,62515,62518-62519,62521,62526,62533,62539,62541,62555,62562,62570,62573,62575,62585,62588,62597,62603,62606,62609,62614,62618,62628,62632,62638,62642,62649,62652,62655-62657,62666
Modified: grass/branches/releasebranch_7_0/gui/wxpython/gcp/manager.py
===================================================================
--- grass/branches/releasebranch_7_0/gui/wxpython/gcp/manager.py 2014-11-08 15:42:54 UTC (rev 62666)
+++ grass/branches/releasebranch_7_0/gui/wxpython/gcp/manager.py 2014-11-08 15:45:15 UTC (rev 62667)
@@ -2846,7 +2846,7 @@
UserSettings.ReadSettingsFile(settings=fileSettings)
fileSettings['gcpman'] = UserSettings.Get(group='gcpman')
file = UserSettings.SaveToFile(fileSettings)
- self._giface.WriteLog(_('GCP Manager settings saved to file \'%s\'.') % file)
+ self.parent._giface.WriteLog(_('GCP Manager settings saved to file \'%s\'.') % file)
#self.Close()
def OnApply(self, event):
More information about the grass-commit
mailing list