summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOlivier Blin <oblin@mandriva.com>2008-11-17 19:47:28 +0000
committerOlivier Blin <oblin@mandriva.com>2008-11-17 19:47:28 +0000
commit1fb14068c8dbd784e877d49f6d3ab67b40edf7b4 (patch)
treeb97a8a002d45d3fec83bafb3f04e8099c80c84f5
parentf75f8f88df7aee8805eb923a76f1a82b43488bae (diff)
downloaddrakx-net-1fb14068c8dbd784e877d49f6d3ab67b40edf7b4.tar
drakx-net-1fb14068c8dbd784e877d49f6d3ab67b40edf7b4.tar.gz
drakx-net-1fb14068c8dbd784e877d49f6d3ab67b40edf7b4.tar.bz2
drakx-net-1fb14068c8dbd784e877d49f6d3ab67b40edf7b4.tar.xz
drakx-net-1fb14068c8dbd784e877d49f6d3ab67b40edf7b4.zip
perl_checker fixes
-rwxr-xr-xbin/net_monitor10
1 files changed, 5 insertions, 5 deletions
diff --git a/bin/net_monitor b/bin/net_monitor
index 5c6464b..f41c977 100755
--- a/bin/net_monitor
+++ b/bin/net_monitor
@@ -96,7 +96,7 @@ gtkadd($window1->{window},
0, gtknew('Frame', text => N("Settings"), shadow_type => 'etched_out', child =>
gtknew('HBox', border_width => 5, children_tight => [
N("Connection type: "),
- my $label_cnx_type = gtknew('Label', text => "")]),
+ my $label_cnx_type = gtknew('Label', text => "") ]),
),
1, gtknew('Frame', text => N("Global statistics"), shadow_type => 'etched_out', child =>
gtknew('VBox', border_width => 5, children_tight => [
@@ -393,18 +393,18 @@ sub update() {
$darea->{$intf}->set_events(["pointer_motion_mask"]);
$notebook->append_page(gtkshow(my $page = gtknew('VBox', children => [
0, gtknew('HBox', border_width => 5, children_tight => [
- gtksize($darea->{$intf}, $width, $height)]),
+ gtksize($darea->{$intf}, $width, $height) ]),
0, gtknew('HBox', children => [
1, gtknew('VBox', children_tight => [
gtknew('HBox', spacing => 5, border_width => 5, children_tight => [
color_button($gct, $colort),
- N("sent: "), $monitor->{$intf}{labelt} = gtknew('Label', text => "0")]),
+ N("sent: "), $monitor->{$intf}{labelt} = gtknew('Label', text => "0") ]),
gtknew('HBox', spacing => 5, border_width => 5, children_tight => [
color_button($gcr, $colorr),
- N("received: "), $monitor->{$intf}{labelr} = gtknew('Label', text => "0")]),
+ N("received: "), $monitor->{$intf}{labelr} = gtknew('Label', text => "0") ]),
gtknew('HBox', spacing => 5, border_width => 5, children_tight => [
color_button($gca, $colora),
- N("average")])
+ N("average") ])
]),
0, gtknew('VBox', border_width => 5, children_tight => [
gtknew('Frame', text => N("Local measure"), shadow_type => 'etched_out', child =>