diff options
-rw-r--r-- | mdkapplet_gui.pm | 2 |
1 files changed, 1 insertions, 1 deletions
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; } } } |