def quit(self):
        self.set_project(None, confirm=True)

	# inform all other objects to update the config file elements
        self.sig_emit("write-config")
        config.write_configfile(self.eConfig, self.path.config)
    def quit(self):
        self.set_project(None, confirm=True)

	# inform all other objects to update the config file elements
        Signals.emit(self, "write-config")
        config.write_configfile(self.eConfig, const.CONFIG_FILE)