[Pkg-mozext-commits] [itsalltext] 56/459: cleaned up todos

David Prévot taffit at moszumanska.debian.org
Tue Feb 24 23:26:06 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 5e935f94d73338994b02377c1d244d86bf56a9c1
Author: docwhat at gerf.org <docwhat at gerf.org>
Date:   Thu Jan 4 08:49:07 2007 -0500

    cleaned up todos
---
 Makefile                      | 2 +-
 chrome/content/preferences.js | 2 --
 2 files changed, 1 insertion(+), 3 deletions(-)

diff --git a/Makefile b/Makefile
index 7b92b18..a2d9cff 100644
--- a/Makefile
+++ b/Makefile
@@ -81,7 +81,7 @@ jslint.log: $(SOURCES_JS)
 .PHONY: todo
 todo:
 	$(Q)echo "ToDo List:"
-	$(Q)grep -hr '@todo' [a-z0-9]* | perl -p -e 's!^[ /*\t]+\@todo:?\s*! * !i;'
+	$(Q)grep -h '@todo' $(SOURCES) | perl -p -e 's!^[ /*\t]+\@todo:?\s*! * !i;'
 
 .PHONY: narf
 narf:
diff --git a/chrome/content/preferences.js b/chrome/content/preferences.js
index 4b9fea4..055e728 100644
--- a/chrome/content/preferences.js
+++ b/chrome/content/preferences.js
@@ -1,8 +1,6 @@
-// @todo The prefereces dialog should have a filepicker: http://developer.mozilla.org/en/docs/nsIFilePicker
 // @todo If the editor fails, we should open preferences. (!)
 // @todo MacOSX: add support for "open -a <app> <file>". (!)
 
-
 /**
  * Open a filepicker to select the value of the 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