summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone/net_monitor
diff options
context:
space:
mode:
authorThierry Vignaud <tvignaud@mandriva.org>2004-01-29 15:37:57 +0000
committerThierry Vignaud <tvignaud@mandriva.org>2004-01-29 15:37:57 +0000
commit2e9a5f757412d0d81fedb87c45f087907d5291aa (patch)
treec5959c2da27eb7b83d80d791297c78ab26d23a31 /perl-install/standalone/net_monitor
parent354dd4e0c0627f1a9f5b6a0662fc0e9a172f7278 (diff)
downloaddrakx-2e9a5f757412d0d81fedb87c45f087907d5291aa.tar
drakx-2e9a5f757412d0d81fedb87c45f087907d5291aa.tar.gz
drakx-2e9a5f757412d0d81fedb87c45f087907d5291aa.tar.bz2
drakx-2e9a5f757412d0d81fedb87c45f087907d5291aa.tar.xz
drakx-2e9a5f757412d0d81fedb87c45f087907d5291aa.zip
do not force page switch
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 6594e61dc..ee4a10e92 100755
--- a/perl-install/standalone/net_monitor
+++ b/perl-install/standalone/net_monitor
@@ -376,7 +376,6 @@ sub update() {
foreach my $i ([$button_t, $gct], [$button_r, $gcr], [$button_a, $gca]) {
$i->[0]->add(gtksignal_connect(gtkshow(gtksize(gtkset_size_request(Gtk2::DrawingArea->new, 10, 10), 10, 10)), expose_event => sub { $_[0]->window->draw_rectangle($i->[1], 1, 0, 0, 10, 10) }));
}
- $notebook->set_current_page($notebook->page_num($page));
$monitor->{$intf}{page} = $notebook->page_num($page);
$darea->{$intf}->realize;
$pixmap->{$intf} = Gtk2::Gdk::Pixmap->new($darea->{$intf}->window, $width, $height, $darea->{$intf}->window->get_depth);