def set_modified_sourceslist(self): """The sources list was changed and now needs to be saved and reloaded""" SoftwareProperties.set_modified_sourceslist(self) self.show_distro() self.show_isv_sources() self.show_cdrom_sources() self.userinterface.buttonBox.button(QDialogButtonBox.Reset).setEnabled(True)
def set_modified_sourceslist(self): """The sources list was changed and now needs to be saved and reloaded""" SoftwareProperties.set_modified_sourceslist(self) self.show_distro() self.show_isv_sources() self.show_cdrom_sources() self.button_revert.set_sensitive(True)
def set_modified_sourceslist(self): """The sources list was changed and now needs to be saved and reloaded""" SoftwareProperties.set_modified_sourceslist(self) self.show_distro() self.show_isv_sources() self.show_cdrom_sources() self.userinterface.buttonBox.button( QDialogButtonBox.Reset).setEnabled(True)