[Pkg-mozext-commits] [nostalgy] 79/235: *** empty log message ***

David Prévot taffit at alioth.debian.org
Tue Oct 8 20:41:46 UTC 2013


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch master
in repository nostalgy.

commit 41af9c580880c1a90f4e110b775a682cfe866773
Author: frisch <frisch at 56b81dcf-5a2f-0410-9db0-014be2e416ff>
Date:   Mon May 14 17:00:14 2007 +0000

    *** empty log message ***
    
    
    git-svn-id: http://nostalgy.googlecode.com/svn/trunk@79 56b81dcf-5a2f-0410-9db0-014be2e416ff
---
 CHANGES                    |    2 ++
 content/messageOverlay.xul |    8 ++++----
 2 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/CHANGES b/CHANGES
index 1f3cade..3ab0680 100644
--- a/CHANGES
+++ b/CHANGES
@@ -7,6 +7,8 @@ Since 0.2.9
     is not defined" messages in the Error Console
   - bug fix: "G"oing to a Virtual Folder did not work
   - bug fix: Virtual Folders could not be selected for custom shortcuts
+  - bug fix: customized keys for Save/Copy commands did not work
+    in stand-alone message windows 
 
 0.2.9
   - the user can define custom shortcuts (Go/Save/Copy to some specific folder)
diff --git a/content/messageOverlay.xul b/content/messageOverlay.xul
index 4b1228a..b9d2a06 100644
--- a/content/messageOverlay.xul
+++ b/content/messageOverlay.xul
@@ -7,13 +7,13 @@
  <script src="nostalgy.js"/>
 
  <keyset id="mailKeys">
-  <key key="S" 
+  <key key="S" id = "nostalgy_key_save"
        oncommand="NostalgyCmd('&nostalgy.move-memo;', MoveToFolder, true);"/>
-  <key key="S" modifiers="shift" 
+  <key key="S" modifiers="shift" id = "nostalgy_key_save_suggest"
        oncommand="NostalgySuggested('&nostalgy.move-memo;',MoveToFolder);"/>
-  <key key="C" 
+  <key key="C" id = "nostalgy_key_copy"
        oncommand="NostalgyCmd('&nostalgy.copy-memo;', CopyToFolder, true);"/>
-  <key key="C" modifiers="shift" 
+  <key key="C" modifiers="shift" id = "nostalgy_key_copy_suggest"
        oncommand="NostalgySuggested('&nostalgy.copy-memo;',CopyToFolder);"/>
  </keyset>
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mozext/nostalgy.git



More information about the Pkg-mozext-commits mailing list