Author: tlinnet
Date: Sat Apr  2 18:08:40 2016
New Revision: 28193

URL: http://svn.gna.org/viewcvs/relax?rev=28193&view=rev
Log:
Updating the self.system_cwd_path when a directory change is observed.

Modified:
    trunk/gui/relax_gui.py

Modified: trunk/gui/relax_gui.py
URL: 
http://svn.gna.org/viewcvs/relax/trunk/gui/relax_gui.py?rev=28193&r1=28192&r2=28193&view=diff
==============================================================================
--- trunk/gui/relax_gui.py      (original)
+++ trunk/gui/relax_gui.py      Sat Apr  2 18:08:40 2016
@@ -964,12 +964,12 @@
             pipe = ''
 
         # Get the current working directory
-        system_cwd_path = pwd(verbose=False)
+        self.system_cwd_path = pwd(verbose=False)
 
         # The relax information box.
         info = Info_box()
 
         # Set the status.
-        wx.CallAfter(self.status_bar.SetStatusText, "%s \t 
%s"%(info.copyright_short, system_cwd_path), 0)
+        wx.CallAfter(self.status_bar.SetStatusText, "%s \t 
%s"%(info.copyright_short, self.system_cwd_path), 0)
         wx.CallAfter(self.status_bar.SetStatusText, "Current data pipe:", 1)
         wx.CallAfter(self.status_bar.SetStatusText, pipe, 2)


_______________________________________________
relax (http://www.nmr-relax.com)

This is the relax-commits mailing list
relax-commits@gna.org

To unsubscribe from this list, get a password
reminder, or change your subscription options,
visit the list information page at
https://mail.gna.org/listinfo/relax-commits

Reply via email to