[balsa/gtk3] Fix action name
- From: Peter Bloomfield <PeterB src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [balsa/gtk3] Fix action name
- Date: Tue, 13 Aug 2013 22:31:11 +0000 (UTC)
commit 3f4248614f2de9f110f3bf76ae99de7ee6eb671e
Author: Peter Bloomfield <PeterBloomfield bellsouth net>
Date: Tue Aug 13 18:11:05 2013 -0400
Fix action name
* src/sendmsg-window.c (sendmsg_window_continue): fix action
name.
ChangeLog | 5 +++++
src/sendmsg-window.c | 2 +-
2 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 29c2ba3..24db3b3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -4,6 +4,11 @@
2013-08-13 Peter Bloomfield
+ * src/sendmsg-window.c (sendmsg_window_continue): fix action
+ name.
+
+2013-08-13 Peter Bloomfield
+
* src/sendmsg-window.c (bsmsg_setup_gpg_ui_by_mode): set gpg
mode correctly.
diff --git a/src/sendmsg-window.c b/src/sendmsg-window.c
index 48344c7..9f54004 100644
--- a/src/sendmsg-window.c
+++ b/src/sendmsg-window.c
@@ -7056,7 +7056,7 @@ sendmsg_window_continue(LibBalsaMailbox * mailbox, guint msgno)
}
if ((postpone_hdr =
libbalsa_message_get_user_header(message, "X-Balsa-Format")))
- sw_action_set_active(bsmsg, "Flowed", strcmp(postpone_hdr, "Fixed"));
+ sw_action_set_active(bsmsg, "flowed", strcmp(postpone_hdr, "Fixed"));
if ((postpone_hdr =
libbalsa_message_get_user_header(message, "X-Balsa-MP-Alt")))
sw_action_set_active(bsmsg, "send-html", !strcmp(postpone_hdr, "yes"));
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]