summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorroot <root@fedora-arm.domain.avtechpulse.com>1999-12-31 19:14:09 -0500
committerroot <root@fedora-arm.domain.avtechpulse.com>1999-12-31 19:14:09 -0500
commit205695233031100e2e5168e170b6d90e35f9bfd0 (patch)
treea6b023852cceaca6166e47d9ea36e029f7d1524e
parent8deceaf5efd69c1f9592deef6b00bd210af38ba3 (diff)
forgot to clear LCD before network info menu
-rw-r--r--menus.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/menus.c b/menus.c
index 6bd2809..049f4c0 100644
--- a/menus.c
+++ b/menus.c
@@ -3380,6 +3380,8 @@ static int Submenu_Implement_Changes(void)
static void Nonstd_menu_network(void)
{
+ LCD_clear();
+
nicinfo info;
if (nicutils_infofordefaultroute(&info)) {
gchar *response = g_strdup_printf ("MAC address: %s", info.mac);