summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone/drakconnect
diff options
context:
space:
mode:
authorThierry Vignaud <tvignaud@mandriva.org>2004-03-17 09:50:33 +0000
committerThierry Vignaud <tvignaud@mandriva.org>2004-03-17 09:50:33 +0000
commitf59f29576c158faef6c0b3db7005598d1c49ea46 (patch)
tree1e24b709d08994f2c9fbaabaa3cd11307ab8b358 /perl-install/standalone/drakconnect
parent79563c5372dad020888b77ad98e3f5461a6db794 (diff)
downloaddrakx-f59f29576c158faef6c0b3db7005598d1c49ea46.tar
drakx-f59f29576c158faef6c0b3db7005598d1c49ea46.tar.gz
drakx-f59f29576c158faef6c0b3db7005598d1c49ea46.tar.bz2
drakx-f59f29576c158faef6c0b3db7005598d1c49ea46.tar.xz
drakx-f59f29576c158faef6c0b3db7005598d1c49ea46.zip
use new $ugtk2::wm_icon for x11 icon
Diffstat (limited to 'perl-install/standalone/drakconnect')
-rwxr-xr-xperl-install/standalone/drakconnect3
1 files changed, 1 insertions, 2 deletions
diff --git a/perl-install/standalone/drakconnect b/perl-install/standalone/drakconnect
index 97bbaad0c..3e83aea79 100755
--- a/perl-install/standalone/drakconnect
+++ b/perl-install/standalone/drakconnect
@@ -45,6 +45,7 @@ use POSIX ":sys_wait_h";
my ($netcnx, $netc, $intf) = ({}, {}, {});
#my @conx_type = ('modem', 'isdn_internal', 'isdn_external', 'adsl', 'cable', 'lan');
+$ugtk2::wm_icon = "drakconnect";
my $in = 'interactive'->vnew('su');
if ($in->isa('interactive::gtk')) {
require ugtk2;
@@ -79,7 +80,6 @@ unless ($::isEmbedded) {
$window1->{rwindow}->set_position('center');
$window1->{rwindow}->set_title(N("Network configuration (%d adapters)", scalar @all_cards));
$window1->{rwindow}->set_size_request(-1, -1);
- $window1->{rwindow}->set_icon(gtkcreate_pixbuf("drakconnect"));
}
$window1->{rwindow}->set_border_width(10);
@@ -195,7 +195,6 @@ sub manage {
unless ($::isEmbedded) {
$window->{rwindow}->set_position('center');
$window->{rwindow}->set_title(N("Manage connections")); # translation availlable in mcc domain => we need merging
- $window->{rwindow}->set_icon(gtkcreate_pixbuf("drakconnect"));
}
my $notebook = Gtk2::Notebook->new;