X-Git-Url: http://www.project-moonshot.org/gitweb/?p=moonshot-ui.git;a=blobdiff_plain;f=src%2Fmoonshot-idcard-widget.vala;h=6cd2b37546843f68072f0b4515b52c41f8fe973e;hp=7a34cf2f2035ab8295162747ec70c5dcfeab2d48;hb=e32b9690270bbb4c4152ce9672db5d11a81f98e1;hpb=e9560299e59bf0845693d3b0c79b4deb4c7a9a68 diff --git a/src/moonshot-idcard-widget.vala b/src/moonshot-idcard-widget.vala index 7a34cf2..6cd2b37 100644 --- a/src/moonshot-idcard-widget.vala +++ b/src/moonshot-idcard-widget.vala @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2014, JANET(UK) + * Copyright (c) 2011-2016, JANET(UK) * All rights reserved. * * Redistribution and use in source and binary forms, with or without @@ -131,7 +131,9 @@ class IdCardWidget : Box { label_text += "\nUsername: " + id_card.username; label_text += "\nRealm: " + id_card.issuer; - + if (!id_card.trust_anchor.is_empty()) { + label_text += "\nTrust anchor: " + id_card.trust_anchor.get_anchor_type(); + } services_text += this.id_card.get_services_string(service_spacer); label_text += "\n" + services_text; }