diff options
author | Maciej Stachowiak <mstachow@src.gnome.org> | 2000-10-04 00:07:05 +0000 |
---|---|---|
committer | Maciej Stachowiak <mstachow@src.gnome.org> | 2000-10-04 00:07:05 +0000 |
commit | 1f04158c8c4999fbda65d18c7412f94046a13e42 (patch) | |
tree | 79954dc326035d74706cf3469c31bf2ae611acde /check-THANKS.pl | |
parent | a96f72f012ac3e2c1f518fe15fcfce310866ddae (diff) | |
download | nautilus-1f04158c8c4999fbda65d18c7412f94046a13e42.tar.gz |
Filed bugs for some FIXMEs
* check-THANKS.pl,
components/adapter/nautilus-adapter-progressive-load-strategy.c,
components/adapter/nautilus-adapter-stream-load-strategy.c,
src/nautilus-view-frame.c: Filed bugs for some FIXMEs
Diffstat (limited to 'check-THANKS.pl')
-rwxr-xr-x | check-THANKS.pl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/check-THANKS.pl b/check-THANKS.pl index 2c9792ee4..bf243dd41 100755 --- a/check-THANKS.pl +++ b/check-THANKS.pl @@ -101,7 +101,7 @@ LOOP: while (<CHANGELOGS>) { s/^.*2000[ \t\n\r]*//; } else { - # FIXME: we should try to extract names & addresses from + # FIXME bugzilla.eazel.com 3452: we should try to extract names & addresses from # entry body text. next LOOP; # ignore unknown lines for now @@ -201,7 +201,7 @@ if (@double_credited) { } } -# FIXME: we should also make sure that AUTHORS matches the contents of +# FIXME bugzilla.eazel.com 3453: we should also make sure that AUTHORS matches the contents of # the About dialog. print "\n"; |