544 @param localDir name of the local directory |
544 @param localDir name of the local directory |
545 @type str |
545 @type str |
546 @param deviceDir name of the device directory |
546 @param deviceDir name of the device directory |
547 @type str |
547 @type str |
548 """ |
548 """ |
549 self.__listLocalFiles(self.localCwd.text()) |
549 # simulate button presses to reload the two lists |
550 self.__newDeviceList() |
550 self.on_localReloadButton_clicked() |
|
551 self.on_deviceReloadButton_clicked() |
551 |
552 |
552 @pyqtSlot(str) |
553 @pyqtSlot(str) |
553 def __handleRsyncProgressMessage(self, message): |
554 def __handleRsyncProgressMessage(self, message): |
554 """ |
555 """ |
555 Private slot handling progress messages sent by the file manager. |
556 Private slot handling progress messages sent by the file manager. |