summaryrefslogtreecommitdiff
path: root/check-FIXME.pl
diff options
context:
space:
mode:
authorDarin Adler <darin@src.gnome.org>2000-08-02 19:26:39 +0000
committerDarin Adler <darin@src.gnome.org>2000-08-02 19:26:39 +0000
commitb93aa290e7c38ff483eae7c6acfe4c24427ee0fc (patch)
tree5477509918764199d11cfb5beebc39904f723811 /check-FIXME.pl
parent4cf48d832f2d369339137940558340073eea2037 (diff)
downloadnautilus-b93aa290e7c38ff483eae7c6acfe4c24427ee0fc.tar.gz
Added HACKING to the files to skip.
* check-FIXME.pl: Added HACKING to the files to skip. * components/services/install/idl/trilobite-eazel-install.idl: * components/services/install/lib/eazel-install-corba-callback.c: (impl_install_failed), (impl_uninstall_failed), (eazel_install_callback_query): * components/services/install/lib/eazel-install-corba-types.c: (corba_packagedatastruct_from_packagedata), (packagedata_from_corba_packagedatastruct): * components/services/install/lib/eazel-install-corba.c: (impl_Eazel_Install_query): * components/services/install/lib/eazel-install-protocols.c: (eazel_install_fetch_package), (eazel_install_fetch_package_which_provides), (get_url_for_package), (get_search_url_for_package): * components/services/install/lib/eazel-install-rpm-glue.c: (eazel_install_do_rpm_transaction_save_report), (eazel_install_fetch_rpm_dependencies), (eazel_uninstall_upward_traverse), (eazel_uninstall_downward_traverse): * components/services/install/lib/eazel-install-types.c: (packagedata_destroy_foreach): * src/file-manager/fm-directory-view.c: (activate_callback): * src/nautilus-window.c: (nautilus_window_realize): Fixed "FIXME bugzilla.eazel.com ###:" formatting to match what check-FIXME.pl looks for. The colon goes after the bug number. And it has to be "bugzilla.eazel.com", not "bug". * libnautilus-extensions/nautilus-directory-async.c: (allow_metafile): Fixed a comment. * libnautilus-extensions/nautilus-drag.c: (nautilus_drag_can_accept_item): Got rid of a fixed FIXME and changed to use nautilus_file_is_directory instead of nautilus_file_get_file_type.
Diffstat (limited to 'check-FIXME.pl')
-rwxr-xr-xcheck-FIXME.pl1
1 files changed, 1 insertions, 0 deletions
diff --git a/check-FIXME.pl b/check-FIXME.pl
index 9320f3cb5..768016349 100755
--- a/check-FIXME.pl
+++ b/check-FIXME.pl
@@ -36,6 +36,7 @@ if (!@ARGV)
@ARGV = `find . \\( \\( -name po -prune -false \\) -or \\( -name CVS -prune -false \\) -or \\( -name '*' -and -type f \\) \\) -and ! \\( -name '*~' -or -name '#*' -or -name 'ChangeLog*' -or -name Entries \\) -print`;
%skip_files =
(
+ "./HACKING" => 1,
"./TODO" => 1,
"./aclocal.m4" => 1,
"./check-FIXME.pl" => 1,