summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone/harddrake2
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/harddrake2
parent79563c5372dad020888b77ad98e3f5461a6db794 (diff)
downloaddrakx-backup-do-not-use-f59f29576c158faef6c0b3db7005598d1c49ea46.tar
drakx-backup-do-not-use-f59f29576c158faef6c0b3db7005598d1c49ea46.tar.gz
drakx-backup-do-not-use-f59f29576c158faef6c0b3db7005598d1c49ea46.tar.bz2
drakx-backup-do-not-use-f59f29576c158faef6c0b3db7005598d1c49ea46.tar.xz
drakx-backup-do-not-use-f59f29576c158faef6c0b3db7005598d1c49ea46.zip
use new $ugtk2::wm_icon for x11 icon
Diffstat (limited to 'perl-install/standalone/harddrake2')
-rwxr-xr-xperl-install/standalone/harddrake22
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/standalone/harddrake2 b/perl-install/standalone/harddrake2
index 6e0c0dbe9..bd233db79 100755
--- a/perl-install/standalone/harddrake2
+++ b/perl-install/standalone/harddrake2
@@ -128,6 +128,7 @@ my @menu_items =
]
);
+$ugtk2::wm_icon = "harddrake";
$in = 'interactive'->vnew('su'); #require_root_capability();
my $wait = $in->wait_message(N("Please wait"), N("Detection in progress"));
@@ -148,7 +149,6 @@ if ($::isEmbedded) {
$::main_window = $w->{rwindow};
($menubar, $factory) = create_factory_menu($w->{rwindow}, @menu_items);
$w->{window}->set_size_request(805, 550);
- $w->{window}->set_icon(gtkcreate_pixbuf("harddrake"));
}
my $tree_model = Gtk2::TreeStore->new("Gtk2::Gdk::Pixbuf", "Glib::String", "Glib::Int");