summaryrefslogtreecommitdiffstats
path: root/mdkapplet-enterprise-update-helper
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mandriva.org>2010-01-25 11:10:36 +0000
committerThierry Vignaud <tv@mandriva.org>2010-01-25 11:10:36 +0000
commitbce5a0db31d74b2a89ce540d54a7b70243fc29a4 (patch)
tree64d78450a5e1499bf4e849d4289cfb936dcd35da /mdkapplet-enterprise-update-helper
parentcf57bae664cefa5b35d878b130c552ef0f148690 (diff)
downloadmgaonline-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-xmdkapplet-enterprise-update-helper1
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;