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 +-- perl-install/standalone/draknfs | 4 ++-- 2 files changed, 3 insertions(+), 4 deletions(-) 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), diff --git a/perl-install/standalone/draknfs b/perl-install/standalone/draknfs index a8adb8bd3..4cf3156c7 100644 --- a/perl-install/standalone/draknfs +++ b/perl-install/standalone/draknfs @@ -217,7 +217,7 @@ sub help_b { ); } -sub get_access_list { +sub get_access_list() { my $net = {}; network::network::read_net_conf($net); my $interface ||= $net->{net_interface}; @@ -581,7 +581,7 @@ my $okcancel = create_okcancel({ # main interface $W->add(gtkpack_(Gtk2::VBox->new(0,0), 0, $menu, - if_(!$::isEmbedded, 0, Gtk2::Banner->new('drakgw', N("DrakNFS manage NFS shares"))), + if_(!$::isEmbedded, 0, Gtk2::Banner->new('IC-NFS-48', N("DrakNFS manage NFS shares"))), 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