diff options
author | damien <damien@mandriva.com> | 2001-09-14 23:13:42 +0000 |
---|---|---|
committer | damien <damien@mandriva.com> | 2001-09-14 23:13:42 +0000 |
commit | 2b461104781b930e27e76ae2346c06be0d86d4f1 (patch) | |
tree | b5ef74761a0a78a1d12e2459db927eedbd56b63f | |
parent | 513c4a6979c60cd97931abb41765ac99db1f7ae9 (diff) | |
download | drakx-2b461104781b930e27e76ae2346c06be0d86d4f1.tar drakx-2b461104781b930e27e76ae2346c06be0d86d4f1.tar.gz drakx-2b461104781b930e27e76ae2346c06be0d86d4f1.tar.bz2 drakx-2b461104781b930e27e76ae2346c06be0d86d4f1.tar.xz drakx-2b461104781b930e27e76ae2346c06be0d86d4f1.zip |
trying to remove draw
-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 cad364d90..98a12f05b 100644 --- a/perl-install/mouse.pm +++ b/perl-install/mouse.pm @@ -458,7 +458,7 @@ sub test_mouse_standalone { sub test_mouse { my ($mouse, $w, $darea, $width, $height) = @_; - $darea->realize(); +#- $darea->realize(); my $wait = 0; my ($m3_image, $m3_mask) = gtkcreate_xpm($darea, 'mouse_3b.xpm'); my ($m3_imagep, $m3_maskp) = gtkcreate_xpm($darea, 'mouse_3b+.xpm'); |