> diff --git a/iw/task_gui.py b/iw/task_gui.py > index ec3c4ae..268372b 100644 > --- a/iw/task_gui.py > +++ b/iw/task_gui.py > @@ -151,6 +151,8 @@ class RepoEditor: > self.partitionComboBox = self.dxml.get_widget("partitionComboBox") > self.directoryChooser = self.dxml.get_widget("directoryChooserButton") > > + self.dialog.set_title(_("Edit Repository")) > + > # Remove these until they are actually implemented > self.typeComboBox.remove_text(3) > > @@ -187,7 +189,6 @@ class RepoEditor: > url.startswith("ftp://")) > > def createDialog(self): > - self.dialog.set_title(_("Edit Repository")) > > if self.repo: > self.nameEntry.set_text(self.repo.name) > @@ -459,9 +460,6 @@ class RepoMethodstrEditor(RepoEditor): > class RepoCreator(RepoEditor): > def __init__(self, anaconda): > RepoEditor.__init__(self, anaconda, None) > - > - def createDialog(self): > - RepoEditor.createDialog(self) > self.dialog.set_title(_("Add Repository")) > > class TaskWindow(InstallWindow): This looks okay, though you will probably want to remove the title from the .glade file as well. - Chris _______________________________________________ Anaconda-devel-list mailing list Anaconda-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/anaconda-devel-list