[Pkg-mozext-commits] [nostalgy] 78/252: *** empty log message ***
David Prévot
taffit at moszumanska.debian.org
Tue Jun 14 15:24:43 UTC 2016
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch master
in repository nostalgy.
commit 8fe07ed90c3f3bf7e9d661d1cb0b9558a7c48796
Author: frisch <frisch at 56b81dcf-5a2f-0410-9db0-014be2e416ff>
Date: Mon May 14 17:00:14 2007 +0000
*** empty log message ***
---
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