325 self.putAsButton.setEnabled(enable) |
325 self.putAsButton.setEnabled(enable) |
326 |
326 |
327 @pyqtSlot(str) |
327 @pyqtSlot(str) |
328 def on_localCwd_textChanged(self, cwd): |
328 def on_localCwd_textChanged(self, cwd): |
329 """ |
329 """ |
330 Public slot handling a change of the current local working directory. |
330 Private slot handling a change of the current local working directory. |
331 |
331 |
332 @param cwd current local working directory |
332 @param cwd current local working directory |
333 @type str |
333 @type str |
334 """ |
334 """ |
335 self.localUpButton.setEnabled(cwd != os.sep) |
335 self.localUpButton.setEnabled(cwd != os.sep) |