[Xfce4-commits] <postler:master> Assign 'Escape' to close Composer rather than ^W

Christian Dywan noreply at xfce.org
Sat Jun 26 03:22:15 CEST 2010


Updating branch refs/heads/master
         to 74a816ca39e59ce063cc040bd2d2bd674ce3bcf7 (commit)
       from 52e5374a4ebdfb475d27f313a25a5c60c7bb3cc4 (commit)

commit 74a816ca39e59ce063cc040bd2d2bd674ce3bcf7
Author: Christian Dywan <christian at twotoasts.de>
Date:   Thu Jun 24 23:15:15 2010 +0200

    Assign 'Escape' to close Composer rather than ^W

 postler/postler-composer.vala |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/postler/postler-composer.vala b/postler/postler-composer.vala
index 72215c9..ad3072e 100644
--- a/postler/postler-composer.vala
+++ b/postler/postler-composer.vala
@@ -169,7 +169,7 @@ public class Postler.Composer : Gtk.Window {
           N_("Save message as draft"), null },
         { "FileAttach", STOCK_MAIL_ATTACHMENT, N_("_Attach File"), "",
           N_("Attach a file to the message"), null },
-        { "Close", Gtk.STOCK_CLOSE, null, "<Ctrl>w",
+        { "Close", Gtk.STOCK_CLOSE, null, "Escape",
           N_("Close the window"), action_close },
         { "Edit", null, N_("_Edit") },
         { "AddressBook", STOCK_ADDRESSBOOK, null, "<Ctrl><Shift>a",



More information about the Xfce4-commits mailing list