From 44187590576c2078b669920874871817adea3a01 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Victor=20Duarte=20Martins?= Date: Sun, 16 May 2010 18:47:06 +0000 Subject: (run_ask_credentials_dialog): Fixed goto to the right routine --- mdkapplet_gui.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mdkapplet_gui.pm') diff --git a/mdkapplet_gui.pm b/mdkapplet_gui.pm index 65181e8a..6978bc88 100644 --- a/mdkapplet_gui.pm +++ b/mdkapplet_gui.pm @@ -205,7 +205,7 @@ sub run_ask_credentials_dialog { N("Error"), N("Password and email cannot be empty.") ); - goto &authentication_dialog; + goto &run_ask_credentials_dialog; } } } -- cgit v1.2.1