[Pkg-mozext-commits] [itsalltext] 403/459: OS X's default editor	path was wrong
    David Prévot 
    taffit at moszumanska.debian.org
       
    Tue Feb 24 23:26:42 UTC 2015
    
    
  
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch master
in repository itsalltext.
commit dc4a5f6455577179fba2816d5fbc86e5e8dd52e7
Author: Christian Höltje <docwhat at gerf.org>
Date:   Wed Feb 13 08:05:37 2013 -0500
    OS X's default editor path was wrong
---
 src/chrome/content/itsalltext.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/chrome/content/itsalltext.js b/src/chrome/content/itsalltext.js
index 3683340..664c5c6 100644
--- a/src/chrome/content/itsalltext.js
+++ b/src/chrome/content/itsalltext.js
@@ -245,7 +245,7 @@ var ItsAllText = function () {
             retval = null;
 
         if (editor === '' && that.isDarwin()) {
-            editor = '/Application/TextEdit.app';
+            editor = '/Applications/TextEdit.app';
             that.preferences.private_set('editor', editor);
         }
 
-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mozext/itsalltext.git
    
    
More information about the Pkg-mozext-commits
mailing list