diff --git a/common/content/commands.js b/common/content/commands.js index 44164529..8abb7531 100644 --- a/common/content/commands.js +++ b/common/content/commands.js @@ -1213,9 +1213,10 @@ var Commands = Module("commands", { return [len - str.length, arg, quote]; }, - quote: function quote(str) Commands.quoteArg[/[\s"'\\]|^$|^-/.test(str) - ? (/[\b\f\n\r\t]/.test(str) ? '"' : "'") - : ""](str) + quote: function quote(str) Commands.quoteArg[ + /[\b\f\n\r\t]/.test(str) ? "'" : + /[\s"'\\]|^$|^-/.test(str) ? "'" + : ""](str) }, { completion: function () { completion.command = function command(context) { diff --git a/melodactyl/install.rdf b/melodactyl/install.rdf index ac3a7361..f0b625d8 100644 --- a/melodactyl/install.rdf +++ b/melodactyl/install.rdf @@ -2,16 +2,16 @@ - - melodactyl@dactyl.googlecode.com - 2 - Melodactyl - 0.1a1pre - Songbird for Vim and CMus junkies. - Prathyush Thota - http://dactyl.sourceforge.net/ - chrome://melodactyl/skin/icon.png - chrome://dactyl/content/preferences.xul + songbird@songbirdnest.com diff --git a/pentadactyl/install.rdf b/pentadactyl/install.rdf index 6800274a..13a28110 100644 --- a/pentadactyl/install.rdf +++ b/pentadactyl/install.rdf @@ -1,14 +1,15 @@ - - pentadactyl@dactyl.googlecode.com - Pentadactyl - 1.0b6pre - Firefox for Vim and Links addicts - http://dactyl.sourceforge.net/pentadactyl - resource://dactyl-local-skin/icon.png - true + Kris Maglione, Doug Kearns Kris Maglione diff --git a/teledactyl/install.rdf b/teledactyl/install.rdf index 0ee64eac..d68eb62e 100644 --- a/teledactyl/install.rdf +++ b/teledactyl/install.rdf @@ -1,15 +1,16 @@ - - teledactyl@dactyl.googlecode.com - Teledactyl - 0.5b1pre - Thunderbird for Mutt and Vim addicts - Kris Maglione - http://dactyl.sf.net/Teledactyl - chrome://teledactyl/skin/icon.png - chrome://dactyl/content/preferences.xul + {3550f703-e582-4d05-9a08-453d09bdfdc6}