From 01a8d4d804870aa5b16bf050cf18314b72ee49b5 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Thu, 17 Jul 2003 14:49:07 +0000 Subject: remove ugly icon --- perl-install/standalone/drakconnect | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'perl-install/standalone/drakconnect') 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); -- cgit v1.2.1