[Pkg-mozext-commits] [nostalgy] 142/252: Cleanup whitespaces.
David Prévot
taffit at moszumanska.debian.org
Tue Jun 14 15:24:50 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 0d6e6f692d4cdbaaa200a7d2e2f19d6bbe1b1b24
Author: frisch <frisch at 56b81dcf-5a2f-0410-9db0-014be2e416ff>
Date: Sat Dec 13 12:57:11 2008 +0000
Cleanup whitespaces.
---
content/thunderbirdOverlay.xul | 16 ++++++++--------
1 file changed, 8 insertions(+), 8 deletions(-)
diff --git a/content/thunderbirdOverlay.xul b/content/thunderbirdOverlay.xul
index d1a8bf3..527f6d0 100644
--- a/content/thunderbirdOverlay.xul
+++ b/content/thunderbirdOverlay.xul
@@ -9,7 +9,7 @@
<script src="nostalgy.js"/>
<commandset id="tasksCommands">
- <command id="cmd_nostalgyconfig" label="Nostalgy..."
+ <command id="cmd_nostalgyconfig" label="Nostalgy..."
oncommand="openDialog('chrome://nostalgy/content/edit_prefs.xul', 'nostalgy', 'resizable');"/>
</commandset>
@@ -20,13 +20,13 @@
<keyset id="mailKeys">
- <key keycode="VK_LEFT" modifiers="control"
+ <key keycode="VK_LEFT" modifiers="control"
oncommand="NostalgyScrollMsg(-50);"/>
- <key keycode="VK_RIGHT" modifiers="control"
+ <key keycode="VK_RIGHT" modifiers="control"
oncommand="NostalgyScrollMsg(50);"/>
- <key keycode="VK_LEFT" modifiers="shift"
+ <key keycode="VK_LEFT" modifiers="shift"
oncommand="NostalgyScrollMsg(-50);"/>
- <key keycode="VK_RIGHT" modifiers="shift"
+ <key keycode="VK_RIGHT" modifiers="shift"
oncommand="NostalgyScrollMsg(50);"/>
<key keycode="VK_ESCAPE" oncommand="NostalgyEscape();"/>
@@ -38,8 +38,8 @@
<statusbarpanel flex="1">
<label id="nostalgy-command-label"/>
<textbox id="nostalgy-folderbox" type="autocomplete" tabScrolling="true"
- ontextentered="NostalgyRunCommand();"
- ontextcommand="NostalgyRunCommand();"
+ ontextentered="NostalgyRunCommand();"
+ ontextcommand="NostalgyRunCommand();"
ontextreverted="NostalgyHide(true);"
ontextrevert="NostalgyHide(true);"
flex="1"
@@ -49,7 +49,7 @@
</statusbar>
</window>
-
+
<statusbar id="statusTextBox">
<statusbarpanel insertbefore="statusText">
<label id="statusbar-nostalgy-label" crop="center" flex="1"
--
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