From 27acf68ff3b24882c59ce04e298f88fa72abdc6e Mon Sep 17 00:00:00 2001 From: John Sullivan Date: Wed, 26 Apr 2000 23:40:08 +0000 Subject: 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. --- check-FIXME.pl | 3 +++ 1 file changed, 3 insertions(+) (limited to 'check-FIXME.pl') 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 -- cgit v1.2.1