diff options
author | Olivier Blin <oblin@mandriva.com> | 2007-09-04 21:09:43 +0000 |
---|---|---|
committer | Olivier Blin <oblin@mandriva.com> | 2007-09-04 21:09:43 +0000 |
commit | ff5f80ad3d8d340b369b2377e80ad2e09fea6b90 (patch) | |
tree | 15884f363b972b7bb0cf639e635d8d79dc14670f | |
parent | 608ef106b5e79f2da4bacec4db8d8f3f21bd8373 (diff) | |
download | transfugdrake-ff5f80ad3d8d340b369b2377e80ad2e09fea6b90.tar transfugdrake-ff5f80ad3d8d340b369b2377e80ad2e09fea6b90.tar.gz transfugdrake-ff5f80ad3d8d340b369b2377e80ad2e09fea6b90.tar.bz2 transfugdrake-ff5f80ad3d8d340b369b2377e80ad2e09fea6b90.tar.xz transfugdrake-ff5f80ad3d8d340b369b2377e80ad2e09fea6b90.zip |
use icon in wizard
-rw-r--r-- | NEWS | 1 | ||||
-rwxr-xr-x | transfugdrake | 3 |
2 files changed, 4 insertions, 0 deletions
@@ -1,4 +1,5 @@ - do not kill import helper after 10 minutes +- add and use icons 0.5: - rewrite transfugdrake diff --git a/transfugdrake b/transfugdrake index 9658830..49fae5a 100755 --- a/transfugdrake +++ b/transfugdrake @@ -29,6 +29,9 @@ my @step_items = ( ); my @steps; +my $icon = 'migrationtools-52'; +$ugtk2::wm_icon = $icon; + my $in = 'interactive'->vnew('su'); my $wiz = wizards->new({ name => N("Migration wizard"), |