diff options
author | Thierry Vignaud <tv@mandriva.org> | 2010-01-25 11:10:36 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mandriva.org> | 2010-01-25 11:10:36 +0000 |
commit | bce5a0db31d74b2a89ce540d54a7b70243fc29a4 (patch) | |
tree | 64d78450a5e1499bf4e849d4289cfb936dcd35da /mdkapplet-enterprise-update-helper | |
parent | cf57bae664cefa5b35d878b130c552ef0f148690 (diff) | |
download | mgaonline-bce5a0db31d74b2a89ce540d54a7b70243fc29a4.tar mgaonline-bce5a0db31d74b2a89ce540d54a7b70243fc29a4.tar.gz mgaonline-bce5a0db31d74b2a89ce540d54a7b70243fc29a4.tar.bz2 mgaonline-bce5a0db31d74b2a89ce540d54a7b70243fc29a4.tar.xz mgaonline-bce5a0db31d74b2a89ce540d54a7b70243fc29a4.zip |
(get_extmaint_authentication) fix getting password when embedded in mcc
Diffstat (limited to 'mdkapplet-enterprise-update-helper')
-rwxr-xr-x | mdkapplet-enterprise-update-helper | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mdkapplet-enterprise-update-helper b/mdkapplet-enterprise-update-helper index 5c0c85e0..25da0f34 100755 --- a/mdkapplet-enterprise-update-helper +++ b/mdkapplet-enterprise-update-helper @@ -63,6 +63,7 @@ sub get_restricted_authentication() { $password_w = gtknew('Entry'); $password_w->set_visibility(0); + # WARNING: WON'T WORK IF EVER EMBEDDED $w->{real_window}->signal_connect(destroy => sub { $password = $password_w->get_text }); require interactive::gtk; |