diff options
author | John Sullivan <sullivan@src.gnome.org> | 2000-04-26 23:40:08 +0000 |
---|---|---|
committer | John Sullivan <sullivan@src.gnome.org> | 2000-04-26 23:40:08 +0000 |
commit | 27acf68ff3b24882c59ce04e298f88fa72abdc6e (patch) | |
tree | 3b1c4536c52373f112a04a6e335b99ac179243b7 /check-FIXME.pl | |
parent | 701d5507ed7b1ef1ae63b8ee5bb35b8908623c1a (diff) | |
download | nautilus-27acf68ff3b24882c59ce04e298f88fa72abdc6e.tar.gz |
More FIXME-to-bug work.
* check-FIXME.pl: Added the three desktop-drawing files
that aren't included in the build to the list of files
in which to ignore FIXMEs.
* nautilus-widgets/nautilus-caption-table.c,
* nautilus-widgets/nautilus-preferences-group.c,
* nautilus-widgets/nautilus-preferences.c,
* src/file-manager/dfos-xfer-progress-dialog.c,
* src/file-manager/dfos-xfer.c:
Wrote bug reports for all FIXMEs in these files. Down to
54 in Nautilus with no bug report.
Diffstat (limited to 'check-FIXME.pl')
-rwxr-xr-x | check-FIXME.pl | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/check-FIXME.pl b/check-FIXME.pl index 786063485..449e8f7ff 100755 --- a/check-FIXME.pl +++ b/check-FIXME.pl @@ -44,6 +44,9 @@ if (!@ARGV) $skip_files{"./macros/gnome-fileutils.m4"} = 1; $skip_files{"./macros/gnome-objc-checks.m4"} = 1; $skip_files{"./macros/gnome-vfs.m4"} = 1; + $skip_files{"./src/file-manager/desktop-canvas.c"} = 1; + $skip_files{"./src/file-manager/desktop-layout.c"} = 1; + $skip_files{"./src/file-manager/desktop-window.c"} = 1; } # locate all of the target lines |