> @@ -1087,14 +1087,14 @@ class InstallInterface(InstallInterfaceBase): > custom_buttons, custom_icon, run=True, parent=parent).getrc() > return rc > > - def reinitializeWindow(self, title, path, size, description, details): > + def reinitializeWindow(self, title, path, size, description): > if self.icw: > parent = self.icw.window > else: > parent = None > > - rc = ReinitializeWindow(title, path, size, description, details, > - parent=parent).getrc() > + rc = ReinitializeWindow(title, path, size, description, parent=parent).\ > + getrc() > return rc > > def createRepoWindow(self): Please just pull the getrc up onto the previous line. Breaking it onto the next line is driving me crazy. - Chris _______________________________________________ Anaconda-devel-list mailing list Anaconda-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/anaconda-devel-list