summaryrefslogtreecommitdiff
path: root/src/se/leap/leapclient/LogInDialog.java
diff options
context:
space:
mode:
authorParménides GV <parmegv@sdf.org>2013-06-27 21:23:49 +0200
committerSean Leonard <meanderingcode@aetherislands.net>2013-07-12 11:38:44 -0600
commit36b3b30960bb7c07d3ca4c3a748334627ecb8003 (patch)
tree5a817e045dc09204c8d773434814cad645498736 /src/se/leap/leapclient/LogInDialog.java
parent9e7693c112a7c85cae998ae538643cda9660ff7c (diff)
Use anonymously from ProviderDetail works OK.
Tested with dev.bitmask.net, I use the previously downloaded certificate (I should not do that, I'll file an issue because I should download it once the user has requested to do so). Next step: login button from ProviderDetailFragment.
Diffstat (limited to 'src/se/leap/leapclient/LogInDialog.java')
-rw-r--r--src/se/leap/leapclient/LogInDialog.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/se/leap/leapclient/LogInDialog.java b/src/se/leap/leapclient/LogInDialog.java
index 3b240ba1..99b19628 100644
--- a/src/se/leap/leapclient/LogInDialog.java
+++ b/src/se/leap/leapclient/LogInDialog.java
@@ -94,7 +94,7 @@ public class LogInDialog extends DialogFragment {
interface_with_Dashboard = (LogInDialogInterface) activity;
} catch (ClassCastException e) {
throw new ClassCastException(activity.toString()
- + " must implement NoticeDialogListener");
+ + " must implement LogInDialogListener");
}
}
}