From 85141fa80e962a47c1c194ea203a881076db8d44 Mon Sep 17 00:00:00 2001 From: Antoine Ginies Date: Sat, 27 Aug 2005 09:06:44 +0000 Subject: use new icons --- perl-install/standalone/drakhosts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'perl-install/standalone/drakhosts') diff --git a/perl-install/standalone/drakhosts b/perl-install/standalone/drakhosts index 75271e008..e29e17225 100644 --- a/perl-install/standalone/drakhosts +++ b/perl-install/standalone/drakhosts @@ -192,7 +192,6 @@ sub add_columns { each_index { my $renderer = Gtk2::CellRendererText->new; $renderer->set(editable => 0); - $renderer->signal_connect(edited => \&cell_edited, $model); $renderer->set_data(column => $::i); $treeview->insert_column_with_attributes(-1, $_, $renderer, 'text' => $::i); } N("IP address"), N("Host name"), N("Host Aliases"); @@ -235,7 +234,7 @@ my $okcancel = create_okcancel({ # main interface $W->add(gtkpack_(Gtk2::VBox->new(0,0), - if_(!$::isEmbedded, 0, Gtk2::Banner->new('drakgw', N("DrakHOSTS manage hosts definitions"))), + if_(!$::isEmbedded, 0, Gtk2::Banner->new('IC-Dhost-48', N("DrakHOSTS manage hosts definitions"))), if_($::isEmbedded, 0, Gtk2::Label->new("Here you can add, remove and alter NFS shares.")), 1, gtkpack_(gtkset_border_width(Gtk2::HBox->new, 0), 1, create_scrolled_window($treeview), -- cgit v1.2.1