[balsa/wip/gmime3: 60/197] Fix bugzilla.redhat.com 1483354



commit dcab1fe500f73bf1b49fe96aa444295d7988b320
Author: Tony Nelson <tonynelson georgeanelson com>
Date:   Tue Aug 22 20:52:05 2017 -0400

    Fix bugzilla.redhat.com 1483354
    
    Fix https://bugzilla.redhat.com/show_bug.cgi?id=1483354, balsa message window Queue toolbar button sends 
immediately
    
        * src/sendmsg-window.c: respect
        balsa_app.always_queue_sent_mail.
    
    Signed-off-by: Peter Bloomfield <PeterBloomfield bellsouth net>

 ChangeLog            |    8 ++++++++
 src/sendmsg-window.c |    2 +-
 2 files changed, 9 insertions(+), 1 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 254eaa2..008f4c1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2017-08-22  Tony Nelson <tonynelson georgeanelson com>
+
+       Fix https://bugzilla.redhat.com/show_bug.cgi?id=1483354,
+       balsa message window Queue toolbar button sends immediately
+
+       * src/sendmsg-window.c: respect
+       balsa_app.always_queue_sent_mail.
+
 2017-08-20  Peter Bloomfield  <pbloomfield bellsouth net>
 
        Do not crash if DSN header is absent
diff --git a/src/sendmsg-window.c b/src/sendmsg-window.c
index 5282181..5bbb5ff 100644
--- a/src/sendmsg-window.c
+++ b/src/sendmsg-window.c
@@ -4156,7 +4156,7 @@ create_lang_menu(GtkWidget * parent, BalsaSendmsg * bsmsg)
 
 /* Standard buttons; "" means a separator. */
 static const BalsaToolbarEntry compose_toolbar[] = {
-    { "send",         BALSA_PIXMAP_SEND       },
+    { "toolbar-send", BALSA_PIXMAP_SEND       },
     { "", ""                                  },
     { "attach-file",  BALSA_PIXMAP_ATTACHMENT },
     { "", ""                                  },


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]