diff options
author | root <root@fedora-arm.domain.avtechpulse.com> | 1999-12-31 19:14:09 -0500 |
---|---|---|
committer | root <root@fedora-arm.domain.avtechpulse.com> | 1999-12-31 19:14:09 -0500 |
commit | 205695233031100e2e5168e170b6d90e35f9bfd0 (patch) | |
tree | a6b023852cceaca6166e47d9ea36e029f7d1524e | |
parent | 8deceaf5efd69c1f9592deef6b00bd210af38ba3 (diff) |
forgot to clear LCD before network info menu
-rw-r--r-- | menus.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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); |