[balsa/gtk3] Fix typo in markup string
- From: Peter Bloomfield <PeterB src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [balsa/gtk3] Fix typo in markup string
- Date: Sat, 4 May 2013 04:03:01 +0000 (UTC)
commit c5afbd8ad08ea1f00f11be245f49531adb24fe36
Author: Peter Bloomfield <PeterBloomfield bellsouth net>
Date: Sat May 4 00:01:54 2013 -0400
Fix typo in markup string
* src/balsa-mime-widget-message.c (add_header_sigstate): fix
typo.
ChangeLog | 5 +++++
src/balsa-mime-widget-message.c | 2 +-
2 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 92de35d..d1b6f1a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2013-05-04 Peter Bloomfield
+
+ * src/balsa-mime-widget-message.c (add_header_sigstate): fix
+ typo.
+
2013-05-02 Peter Bloomfield
* configure.ac: bump glib and gtk required versions.
diff --git a/src/balsa-mime-widget-message.c b/src/balsa-mime-widget-message.c
index d63c156..83049a5 100644
--- a/src/balsa-mime-widget-message.c
+++ b/src/balsa-mime-widget-message.c
@@ -755,7 +755,7 @@ add_header_sigstate(GtkGrid * grid, GMimeGpgmeSigstat * siginfo)
gint row;
format = siginfo->status ==
- GPG_ERR_NO_ERROR ? "<i>%s%s</i>" : "<b><i>%s%s</i><b>";
+ GPG_ERR_NO_ERROR ? "<i>%s%s</i>" : "<b><i>%s%s</i></b>";
msg = g_markup_printf_escaped
(format,
libbalsa_gpgme_sig_protocol_name(siginfo->protocol),
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]