~facundo/magicicada-gui/fix-gettext

« back to all changes in this revision

Viewing changes to magicicada/syncdaemon.py

- Update folders list after a successful operation (LP: #899307).

Show diffs side-by-side

added added

removed removed

Lines of Context:
506
506
            vol = result.volume
507
507
            path = result.path
508
508
            logger.info("%s folder ok: volume=%s path=%r", op_name, vol, path)
 
509
            self.folders = yield self.dbus.get_folders()
509
510
 
510
511
    def create_folder(self, path):
511
512
        """Create a folder."""