diff options
author | Thierry Vignaud <tvignaud@mandriva.org> | 2003-07-17 14:49:07 +0000 |
---|---|---|
committer | Thierry Vignaud <tvignaud@mandriva.org> | 2003-07-17 14:49:07 +0000 |
commit | 01a8d4d804870aa5b16bf050cf18314b72ee49b5 (patch) | |
tree | fa6adab203c0dccccbd318f079c289c02960c3c0 | |
parent | b9eee47b03c2b4fa1f3bcee250d55f94b28c09d9 (diff) | |
download | drakx-01a8d4d804870aa5b16bf050cf18314b72ee49b5.tar drakx-01a8d4d804870aa5b16bf050cf18314b72ee49b5.tar.gz drakx-01a8d4d804870aa5b16bf050cf18314b72ee49b5.tar.bz2 drakx-01a8d4d804870aa5b16bf050cf18314b72ee49b5.tar.xz drakx-01a8d4d804870aa5b16bf050cf18314b72ee49b5.zip |
remove ugly icon
-rwxr-xr-x | perl-install/standalone/drakconnect | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/perl-install/standalone/drakconnect b/perl-install/standalone/drakconnect index 3466c6b63..0e7024668 100755 --- a/perl-install/standalone/drakconnect +++ b/perl-install/standalone/drakconnect @@ -445,12 +445,7 @@ Configure them first by clicking on 'Configure'")),1,1,0); ),0,0,0); # $list->append($_+1, "eth$_", $intf->{"eth$_"}{IPADDR}, $intf->{"eth$_"}{BOOTPROTO}, $all_cards[$_]->[1]); # $list->set_selectable($_, 0); - my $hbox_local = new Gtk2::HBox(0,0); - my $pix = gtkcreate_img("/usr/share/libDrakX/pixmaps/eth_card_mini.png"); - $hbox_local->pack_start($pix,0,0,0); - $hbox_local->pack_start(new Gtk2::Label("eth$_"),0,0,0); - $hbox_local->show_all; - $notebook->append_page($vbox_local, $hbox_local); + $notebook->append_page($vbox_local, Gtk2::Label->new("eth$_")); } my $bbox8 = new Gtk2::HButtonBox; $vbox0->pack_start($bbox8,0,0,10); |