guix-commits
[Top][All Lists]
Advanced

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

03/04: installer: Fix "locale" page.


From: Danny Milosavljevic
Subject: 03/04: installer: Fix "locale" page.
Date: Sun, 9 Jul 2017 11:47:16 -0400 (EDT)

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

commit c41688cf23367c7261c37ae517f882df3d203d7a
Author: Danny Milosavljevic <address@hidden>
Date:   Sun Jul 9 17:45:12 2017 +0200

    installer: Fix "locale" page.
    
    * gnu/system/installer/locale.scm (locale-page-refresh): Use "erase".
---
 gnu/system/installer/locale.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/system/installer/locale.scm b/gnu/system/installer/locale.scm
index d1f0256..bf446f3 100644
--- a/gnu/system/installer/locale.scm
+++ b/gnu/system/installer/locale.scm
@@ -47,7 +47,7 @@
 
   (let ((text-window (page-datum page 'text-window))
         (menu (page-datum page 'menu)))
-    (clear text-window)
+    (erase text-window)
     (addstr text-window
       (justify* (gettext "The following languages are available.")
                 (getmaxx text-window)))))



reply via email to

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