summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone/drakups
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/drakups
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/drakups')
-rwxr-xr-xperl-install/standalone/drakups2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/standalone/drakups b/perl-install/standalone/drakups
index 7f8c7a83b..53c4743c7 100755
--- a/perl-install/standalone/drakups
+++ b/perl-install/standalone/drakups
@@ -293,12 +293,12 @@ my @pages = (
#$in = 'interactive'->vnew('su'); # require_root_capability();
$in = 'interactive'->vnew;
+$ugtk2::wm_icon = "drakups";
$w = ugtk2->new(N("DrakUPS"));
if (!$::isEmbedded) {
$::main_window = $w->{rwindow};
$w->{window}->set_size_request(500, 550);
$w->{rwindow}->set_title(N("DrakUPS"));
- $w->{rwindow}->set_icon(gtkcreate_pixbuf("drakups"));
}
#------------------------------------------------------------------