guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/03: installer: Use erase in "time zone" page.


From: Danny Milosavljevic
Subject: 02/03: installer: Use erase in "time zone" page.
Date: Sun, 9 Jul 2017 11:49:08 -0400 (EDT)

dannym pushed a commit to branch wip-installer-2
in repository guix.

commit f675e0b458358458af4e842640d762f4bbef4a50
Author: Danny Milosavljevic <address@hidden>
Date:   Sun Jul 9 17:47:46 2017 +0200

    installer: Use erase in "time zone" page.
    
    * gnu/system/installer/time-zone.scm (time-zone-refresh): Use "erase".
---
 gnu/system/installer/time-zone.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/system/installer/time-zone.scm 
b/gnu/system/installer/time-zone.scm
index 24f0d5a..dfc9609 100644
--- a/gnu/system/installer/time-zone.scm
+++ b/gnu/system/installer/time-zone.scm
@@ -76,6 +76,7 @@
     (time-zone-page-init page)
     (page-set-initialised! page #t))
   (let ((text-window (page-datum page 'text-window)))
+    (erase text-window)
     (addstr* text-window (gettext "Select the default time zone for the 
system:" ))))
 
 (define (time-zone-page-init p)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]