diff options
author | Thierry Vignaud <tvignaud@mandriva.org> | 2002-09-24 15:51:08 +0000 |
---|---|---|
committer | Thierry Vignaud <tvignaud@mandriva.org> | 2002-09-24 15:51:08 +0000 |
commit | f4dce0dfba4e343e481ce2f9c983ce89345128a4 (patch) | |
tree | a119a86a8ac783f62896288256edf44ca8403880 /perl-install | |
parent | 0cc3cceb85aa06571d6801830d3b2010ddd66e9c (diff) | |
download | drakx-backup-do-not-use-f4dce0dfba4e343e481ce2f9c983ce89345128a4.tar drakx-backup-do-not-use-f4dce0dfba4e343e481ce2f9c983ce89345128a4.tar.gz drakx-backup-do-not-use-f4dce0dfba4e343e481ce2f9c983ce89345128a4.tar.bz2 drakx-backup-do-not-use-f4dce0dfba4e343e481ce2f9c983ce89345128a4.tar.xz drakx-backup-do-not-use-f4dce0dfba4e343e481ce2f9c983ce89345128a4.zip |
remember to factorize this with rpmdrake's wait messages in my_gtk
Diffstat (limited to 'perl-install')
-rw-r--r-- | perl-install/security/main.pm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/perl-install/security/main.pm b/perl-install/security/main.pm index 87d331ff3..ff3e7304f 100644 --- a/perl-install/security/main.pm +++ b/perl-install/security/main.pm @@ -10,6 +10,7 @@ use security::msec; sub myexit { my_gtk->exit(@_) } +# factorize this with rpmdrake and harddrake2 sub wait_msg { my $mainw = my_gtk->new('wait'); my $label = new Gtk::Label($_[0]); |