diff options
Diffstat (limited to 'perl-install')
-rw-r--r-- | perl-install/standalone/net_applet | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/standalone/net_applet b/perl-install/standalone/net_applet index 4d7508b79..631872574 100644 --- a/perl-install/standalone/net_applet +++ b/perl-install/standalone/net_applet @@ -191,7 +191,7 @@ sub cronUpdate() { } sub go2State { my ($state_type, $interface) = @_; - if ($current_state ne $state_type || $current_state ne $interface) { + if ($current_state ne $state_type || $current_interface ne $interface) { $current_state = $state_type; $current_interface = $interface; if ($menu) { |