diff options
author | Guillaume Cottenceau <gc@mandriva.com> | 2003-11-19 21:57:03 +0000 |
---|---|---|
committer | Guillaume Cottenceau <gc@mandriva.com> | 2003-11-19 21:57:03 +0000 |
commit | 451de13005412568a5800480b140e67721dc61cc (patch) | |
tree | a929264e87a1f66f42a467a8a0e2cd91846eb5c0 /perl-install | |
parent | 84791a7d5863f6f799e678e989a9b738e3777bdf (diff) | |
download | drakx-451de13005412568a5800480b140e67721dc61cc.tar drakx-451de13005412568a5800480b140e67721dc61cc.tar.gz drakx-451de13005412568a5800480b140e67721dc61cc.tar.bz2 drakx-451de13005412568a5800480b140e67721dc61cc.tar.xz drakx-451de13005412568a5800480b140e67721dc61cc.zip |
perl checker should have told us?
Diffstat (limited to 'perl-install')
-rw-r--r-- | perl-install/mouse.pm | 2 |
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); } |