summaryrefslogtreecommitdiff
path: root/check-FIXME.pl
diff options
context:
space:
mode:
authorDarin Adler <darin@src.gnome.org>2000-11-29 00:24:32 +0000
committerDarin Adler <darin@src.gnome.org>2000-11-29 00:24:32 +0000
commitc6beacef99a81a3add66f11d46cdcf0d794c35c5 (patch)
tree3e7f7b7fe97f20e4c95594fc8217a0a8c4e2fe0d /check-FIXME.pl
parent178e9bd9d3ef76e3b7fc6c6d8ad5a438346c895b (diff)
downloadnautilus-c6beacef99a81a3add66f11d46cdcf0d794c35c5.tar.gz
Remove HAVE_POPT_H define since the bug in OAF that we were working around
* libnautilus-extensions/nautilus-view-identifier.h: Remove HAVE_POPT_H define since the bug in OAF that we were working around has been fixed. * components/music/nautilus-music-view.c: Remove unneeded includes. * components/rpmview/nautilus-rpm-view.c: Remove unused #define and FIXME for bug already fixed. * components/tree/nautilus-tree-view.c: (nautilus_tree_view_destroy): Remove FIXME for bug already fixed. * libnautilus-extensions/nautilus-global-preferences.c: Remove FIXME for bug already fixed. * libnautilus-extensions/nautilus-user-level-manager.c: Remove FIXME for bug already fixed. * src/file-manager/fm-list-view.c: (fm_list_get_default_action): Remove FIXME for bug already fixed. * src/nautilus-property-browser.c: (add_background_to_browser): Remove FIXME for bug already fixed. * src/nautilus-window.h: Remove FIXME for bug already fixed. * tools/README: Remove file now that people have had a chance to find the tools in their new location, so the directory will go away.
Diffstat (limited to 'check-FIXME.pl')
-rwxr-xr-xcheck-FIXME.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/check-FIXME.pl b/check-FIXME.pl
index 6d8e900e2..c27e21a7a 100755
--- a/check-FIXME.pl
+++ b/check-FIXME.pl
@@ -59,7 +59,7 @@ chomp $product;
close FILE;
-print "Searching the bugzilla database's product $product for open fixme bugs\n";
+print "Searching the bugzilla database's product $product for open FIXME bugs\n";
if (!grep /$product/, ( "nautilus", "gnome-vfs", "medusa", "oaf")) {
print "Can't find your product in the bugzilla.eazel.com database\n";