summaryrefslogtreecommitdiffstats
path: root/perl-install/mouse.pm
diff options
context:
space:
mode:
authorGuillaume Cottenceau <gc@mandriva.com>2003-11-19 21:57:03 +0000
committerGuillaume Cottenceau <gc@mandriva.com>2003-11-19 21:57:03 +0000
commit451de13005412568a5800480b140e67721dc61cc (patch)
treea929264e87a1f66f42a467a8a0e2cd91846eb5c0 /perl-install/mouse.pm
parent84791a7d5863f6f799e678e989a9b738e3777bdf (diff)
downloaddrakx-backup-do-not-use-451de13005412568a5800480b140e67721dc61cc.tar
drakx-backup-do-not-use-451de13005412568a5800480b140e67721dc61cc.tar.gz
drakx-backup-do-not-use-451de13005412568a5800480b140e67721dc61cc.tar.bz2
drakx-backup-do-not-use-451de13005412568a5800480b140e67721dc61cc.tar.xz
drakx-backup-do-not-use-451de13005412568a5800480b140e67721dc61cc.zip
perl checker should have told us?
Diffstat (limited to 'perl-install/mouse.pm')
-rw-r--r--perl-install/mouse.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/mouse.pm b/perl-install/mouse.pm
index 766303c10..0375c4055 100644
--- a/perl-install/mouse.pm
+++ b/perl-install/mouse.pm
@@ -438,7 +438,7 @@ sub test_mouse_standalone {
ugtk2->import(qw(:wrappers));
my $darea = Gtk2::DrawingArea->new;
$darea->set_events([ 'button_press_mask', 'button_release_mask' ]); #$darea must be unrealized.
- gtkpack($hbox, gtkpack(gtkset_border_width(Gtk2::VBox->new(0,10), 10), $darea));
+ gtkpack($hbox, gtkpack(gtkset_border_width(Gtk2::VBox->new(0, 10), 10), $darea));
test_mouse($mouse, $darea);
}