[seahorse] pgp/key: Fix markup if no UID is available
- From: Niels De Graef <nielsdg src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [seahorse] pgp/key: Fix markup if no UID is available
- Date: Sun, 21 Mar 2021 20:26:55 +0000 (UTC)
commit a4aaaceacb8de9343618cb259974c12c963a6ed5
Author: Niels De Graef <nielsdegraef gmail com>
Date: Sun Mar 21 21:25:10 2021 +0100
pgp/key: Fix markup if no UID is available
pgp/seahorse-pgp-key.c | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
---
diff --git a/pgp/seahorse-pgp-key.c b/pgp/seahorse-pgp-key.c
index 9b4d036d..48768f11 100644
--- a/pgp/seahorse-pgp-key.c
+++ b/pgp/seahorse-pgp-key.c
@@ -213,8 +213,10 @@ calc_markup (SeahorsePgpKey *self)
g_string_append (result, text);
}
+ g_string_append (result, "</span>");
+
done:
- g_string_append (result, "</span></span>");
+ g_string_append (result, "</span>");
return g_string_free (result, FALSE);
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]