diff options
author | Thierry Vignaud <tvignaud@mandriva.org> | 2004-03-17 09:50:33 +0000 |
---|---|---|
committer | Thierry Vignaud <tvignaud@mandriva.org> | 2004-03-17 09:50:33 +0000 |
commit | f59f29576c158faef6c0b3db7005598d1c49ea46 (patch) | |
tree | 1e24b709d08994f2c9fbaabaa3cd11307ab8b358 /perl-install/standalone/harddrake2 | |
parent | 79563c5372dad020888b77ad98e3f5461a6db794 (diff) | |
download | drakx-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/harddrake2')
-rwxr-xr-x | perl-install/standalone/harddrake2 | 2 |
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"); |