system-config-date no longer has separate notebook tabs for datetime and ntp, so we only want to show one tab, the datetime tab. --- modules/date.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/modules/date.py b/modules/date.py index b4c2536..2ce83d9 100644 --- a/modules/date.py +++ b/modules/date.py @@ -64,7 +64,7 @@ class moduleClass(Module): label.set_size_request(500, -1) self.vbox.pack_start(label, False, True, padding=20) - self.scd = scdMainWindow(firstboot=True, showPages=["datetime", "ntp"]) + self.scd = scdMainWindow(firstboot=True, showPages=["datetime"]) self.vbox.pack_start(self.scd.firstboot_widget(), False, False) def initializeUI(self): -- 1.7.1.1 _______________________________________________ Anaconda-devel-list mailing list Anaconda-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/anaconda-devel-list