summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone/drakhosts
diff options
context:
space:
mode:
authorAntoine Ginies <aginies@mandriva.com>2005-08-27 09:06:44 +0000
committerAntoine Ginies <aginies@mandriva.com>2005-08-27 09:06:44 +0000
commit85141fa80e962a47c1c194ea203a881076db8d44 (patch)
tree4eb5f365f3d890532912f1b00bda2dc82bfc8939 /perl-install/standalone/drakhosts
parentb209d8e12cf70797e17a353b238b8207bbe6869b (diff)
downloaddrakx-85141fa80e962a47c1c194ea203a881076db8d44.tar
drakx-85141fa80e962a47c1c194ea203a881076db8d44.tar.gz
drakx-85141fa80e962a47c1c194ea203a881076db8d44.tar.bz2
drakx-85141fa80e962a47c1c194ea203a881076db8d44.tar.xz
drakx-85141fa80e962a47c1c194ea203a881076db8d44.zip
use new icons
Diffstat (limited to 'perl-install/standalone/drakhosts')
-rw-r--r--perl-install/standalone/drakhosts3
1 files changed, 1 insertions, 2 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),