[balsa/gtk3] Drop ctrl-Q accelerator for file:queue-for-sending



commit f6039d0ac92b4ea8f13166a9f228ad1220d45b3b
Author: Peter Bloomfield <PeterBloomfield bellsouth net>
Date:   Fri Dec 16 19:10:33 2011 -0500

    Drop ctrl-Q accelerator for file:queue-for-sending
    
    	* src/sendmsg-window.c: drop ctrl-Q accelerator for
    	file:queue-for-sending.

 ChangeLog            |    5 +++++
 src/sendmsg-window.c |    2 +-
 2 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index dd742a1..4ac7017 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2011-12-16  Peter Bloomfield
+
+	* src/sendmsg-window.c: drop ctrl-Q accelerator for
+	file:queue-for-sending.
+
 2011-12-15  Peter Bloomfield
 
 	Migrate to GApplication
diff --git a/src/sendmsg-window.c b/src/sendmsg-window.c
index 0cbc407..620bded 100644
--- a/src/sendmsg-window.c
+++ b/src/sendmsg-window.c
@@ -392,7 +392,7 @@ static const GtkActionEntry ready_entries[] = {
     {"Send", BALSA_PIXMAP_SEND, N_("Sen_d"), "<control>Return",
      N_("Send this message"), G_CALLBACK(send_message_cb)},
 #if !defined(ENABLE_TOUCH_UI)
-    {"Queue", BALSA_PIXMAP_SEND, N_("_Queue"), "<control>Q",
+    {"Queue", BALSA_PIXMAP_SEND, N_("_Queue"), NULL,
      N_("Queue this message in Outbox for sending"),
      G_CALLBACK(queue_message_cb)},
     {"Postpone", BALSA_PIXMAP_POSTPONE, N_("_Postpone"), NULL,



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