summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone/net_monitor
diff options
context:
space:
mode:
authordamien <damien@mandriva.com>2001-08-31 13:01:52 +0000
committerdamien <damien@mandriva.com>2001-08-31 13:01:52 +0000
commit922dfa6893fdf7c92b30fc9c7e87aeb1f64975d5 (patch)
treef148ce874b84f5c49d02a0785a89a7fe78b29fb6 /perl-install/standalone/net_monitor
parente3a147f74fd3931c3ec5050e1a551e70d659d509 (diff)
downloaddrakx-backup-do-not-use-922dfa6893fdf7c92b30fc9c7e87aeb1f64975d5.tar
drakx-backup-do-not-use-922dfa6893fdf7c92b30fc9c7e87aeb1f64975d5.tar.gz
drakx-backup-do-not-use-922dfa6893fdf7c92b30fc9c7e87aeb1f64975d5.tar.bz2
drakx-backup-do-not-use-922dfa6893fdf7c92b30fc9c7e87aeb1f64975d5.tar.xz
drakx-backup-do-not-use-922dfa6893fdf7c92b30fc9c7e87aeb1f64975d5.zip
correted typo
Diffstat (limited to 'perl-install/standalone/net_monitor')
-rwxr-xr-xperl-install/standalone/net_monitor1
1 files changed, 0 insertions, 1 deletions
diff --git a/perl-install/standalone/net_monitor b/perl-install/standalone/net_monitor
index 3fa961e32..e148aa381 100755
--- a/perl-install/standalone/net_monitor
+++ b/perl-install/standalone/net_monitor
@@ -174,7 +174,6 @@ sub connection {
$statusbar->push(1, $isconnected2 ? _("Disconnecting from Internet ") : _("Connecting to Internet "));
if(!$isconnected2) {
$c_time = time();
- gmtime($_[0]);
$ct_tag = Gtk->timeout_add(1000, sub {
my ($sec,$min,$hour) = gmtime(time() - $c_time);
my $e = sprintf ("%02d:%02d:%02d", $hour, $min, $sec);