diff options
Diffstat (limited to 'libnautilus-private')
51 files changed, 151 insertions, 151 deletions
diff --git a/libnautilus-private/nautilus-bonobo-extensions.c b/libnautilus-private/nautilus-bonobo-extensions.c index b7da068c8..f4cc80391 100644 --- a/libnautilus-private/nautilus-bonobo-extensions.c +++ b/libnautilus-private/nautilus-bonobo-extensions.c @@ -22,7 +22,7 @@ Boston, MA 02111-1307, USA. Authors: John Sullivan <sullivan@eazel.com> - Darin Adler <darin@eazel.com> + Darin Adler <darin@bentspoon.com> */ #include <config.h> diff --git a/libnautilus-private/nautilus-default-file-icon.c b/libnautilus-private/nautilus-default-file-icon.c index dd103781c..fda4cbeed 100644 --- a/libnautilus-private/nautilus-default-file-icon.c +++ b/libnautilus-private/nautilus-default-file-icon.c @@ -19,7 +19,7 @@ Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. - Author: Darin Adler <darin@eazel.com> + Author: Darin Adler <darin@bentspoon.com> */ #include <config.h> diff --git a/libnautilus-private/nautilus-default-file-icon.h b/libnautilus-private/nautilus-default-file-icon.h index c35e909e0..d87248083 100644 --- a/libnautilus-private/nautilus-default-file-icon.h +++ b/libnautilus-private/nautilus-default-file-icon.h @@ -19,7 +19,7 @@ Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. - Author: Darin Adler <darin@eazel.com> + Author: Darin Adler <darin@bentspoon.com> */ #ifndef NAUTILUS_DEFAULT_FILE_ICON_H diff --git a/libnautilus-private/nautilus-directory-async.c b/libnautilus-private/nautilus-directory-async.c index ef61a31b6..77860bf82 100644 --- a/libnautilus-private/nautilus-directory-async.c +++ b/libnautilus-private/nautilus-directory-async.c @@ -19,7 +19,7 @@ Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. - Author: Darin Adler <darin@eazel.com> + Author: Darin Adler <darin@bentspoon.com> */ #include <config.h> @@ -544,7 +544,7 @@ nautilus_directory_set_up_request (Request *request, NAUTILUS_FILE_ATTRIBUTE_METADATA, eel_strcmp_compare_func) != NULL; - /* FIXME bugzilla.eazel.com 2435: + /* FIXME bugzilla.gnome.org 42435: * Some file attributes are really pieces of metadata. * This is a confusing/broken design, since other metadata * pieces are handled separately from file attributes. There @@ -767,7 +767,7 @@ dequeue_pending_idle_callback (gpointer callback_data) file_info = node->data; /* Update the file count. */ - /* FIXME bugzilla.eazel.com 5063: This could count a file twice if we get it + /* FIXME bugzilla.gnome.org 45063: This could count a file twice if we get it * from both load_directory and from * new_files_callback. Not too hard to fix by moving * this into the actual callback instead of waiting @@ -2721,7 +2721,7 @@ activation_uri_nautilus_link_read_callback (GnomeVFSResult result, /* Handle the case where we read the Nautilus link. */ if (result != GNOME_VFS_OK) { - /* FIXME bugzilla.eazel.com 2433: We should report this error to the user. */ + /* FIXME bugzilla.gnome.org 42433: We should report this error to the user. */ g_free (file_contents); uri = NULL; } else { @@ -2753,7 +2753,7 @@ activation_uri_gmc_link_read_callback (GnomeVFSResult result, /* Handle the case where we read the GMC link. */ if (result != GNOME_VFS_OK || !eel_str_has_prefix (file_contents, "URL: ")) { - /* FIXME bugzilla.eazel.com 2433: We should report this error to the user. */ + /* FIXME bugzilla.gnome.org 42433: We should report this error to the user. */ uri = NULL; } else { /* Make sure we don't run off the end of the buffer. */ @@ -3017,7 +3017,7 @@ cancel_loading_attributes (NautilusDirectory *directory, file_info_cancel (directory); } - /* FIXME bugzilla.eazel.com 5064: implement cancelling metadata when we + /* FIXME bugzilla.gnome.org 45064: implement cancelling metadata when we implement invalidating metadata */ nautilus_directory_async_state_changed (directory); @@ -3052,7 +3052,7 @@ nautilus_directory_cancel_loading_file_attributes (NautilusDirectory *directory, cancel_activation_uri_for_file (directory, file); } - /* FIXME bugzilla.eazel.com 5064: implement cancelling metadata when we + /* FIXME bugzilla.gnome.org 45064: implement cancelling metadata when we implement invalidating metadata */ nautilus_directory_async_state_changed (directory); diff --git a/libnautilus-private/nautilus-directory-background.c b/libnautilus-private/nautilus-directory-background.c index 2785b0bef..72176fc04 100644 --- a/libnautilus-private/nautilus-directory-background.c +++ b/libnautilus-private/nautilus-directory-background.c @@ -21,7 +21,7 @@ Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. - Author: Darin Adler <darin@eazel.com> + Author: Darin Adler <darin@bentspoon.com> */ #include <config.h> @@ -283,7 +283,7 @@ nautilus_file_background_read_desktop_settings (char **color, default: g_assert_not_reached (); case WALLPAPER_EMBOSSED: - /* FIXME bugzilla.eazel.com 2193: we don't support embossing. + /* FIXME bugzilla.gnome.org 42193: we don't support embossing. * Just treat it as centered - ugh. */ case WALLPAPER_CENTERED: @@ -503,7 +503,7 @@ nautilus_file_background_event_filter (GdkXEvent *gdk_xevent, GdkEvent *event, g } background = EEL_BACKGROUND (data); - /* FIXME bugzilla.eazel.com 2220: + /* FIXME bugzilla.gnome.org 42220: * We'd like to call saved_settings_changed_callback right here, directly. * However, the current version of the property-background capplet saves * the new setting in gnome_config AFTER setting the root window's property - diff --git a/libnautilus-private/nautilus-directory-background.h b/libnautilus-private/nautilus-directory-background.h index 3acf7b14b..d168ea223 100644 --- a/libnautilus-private/nautilus-directory-background.h +++ b/libnautilus-private/nautilus-directory-background.h @@ -21,7 +21,7 @@ Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. - Author: Darin Adler <darin@eazel.com> + Author: Darin Adler <darin@bentspoon.com> */ #include <gtk/gtkwidget.h> diff --git a/libnautilus-private/nautilus-directory-metafile.c b/libnautilus-private/nautilus-directory-metafile.c index db6b369ef..fdd831b8e 100644 --- a/libnautilus-private/nautilus-directory-metafile.c +++ b/libnautilus-private/nautilus-directory-metafile.c @@ -19,7 +19,7 @@ Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. - Authors: Darin Adler <darin@eazel.com>, + Authors: Darin Adler <darin@bentspoon.com>, Mike Engber <engber@eazel.com> */ @@ -172,7 +172,7 @@ nautilus_directory_is_metadata_read (NautilusDirectory *directory) result = Nautilus_Metafile_is_read (metafile, &ev); - /* FIXME bugzilla.eazel.com 6664: examine ev for errors */ + /* FIXME bugzilla.gnome.org 46664: examine ev for errors */ CORBA_exception_free (&ev); bonobo_object_release_unref (metafile, NULL); @@ -204,7 +204,7 @@ nautilus_directory_get_file_metadata (NautilusDirectory *directory, corba_value = Nautilus_Metafile_get (metafile, file_name, key, non_null_default, &ev); - /* FIXME bugzilla.eazel.com 6664: examine ev for errors */ + /* FIXME bugzilla.gnome.org 46664: examine ev for errors */ CORBA_exception_free (&ev); bonobo_object_release_unref (metafile, NULL); @@ -245,7 +245,7 @@ nautilus_directory_get_file_metadata_list (NautilusDirectory *directory, corba_value = Nautilus_Metafile_get_list (metafile, file_name, list_key, list_subkey, &ev); - /* FIXME bugzilla.eazel.com 6664: examine ev for errors */ + /* FIXME bugzilla.gnome.org 46664: examine ev for errors */ CORBA_exception_free (&ev); bonobo_object_release_unref (metafile, NULL); @@ -287,7 +287,7 @@ nautilus_directory_set_file_metadata (NautilusDirectory *directory, Nautilus_Metafile_set (metafile, file_name, key, default_metadata, metadata, &ev); - /* FIXME bugzilla.eazel.com 6664: examine ev for errors */ + /* FIXME bugzilla.gnome.org 46664: examine ev for errors */ CORBA_exception_free (&ev); bonobo_object_release_unref (metafile, NULL); } @@ -337,7 +337,7 @@ nautilus_directory_set_file_metadata_list (NautilusDirectory *directory, Nautilus_Metafile_set_list (metafile, file_name, list_key, list_subkey, corba_list, &ev); - /* FIXME bugzilla.eazel.com 6664: examine ev for errors */ + /* FIXME bugzilla.gnome.org 46664: examine ev for errors */ CORBA_exception_free (&ev); bonobo_object_release_unref (metafile, NULL); @@ -459,7 +459,7 @@ nautilus_directory_copy_file_metadata (NautilusDirectory *source_directory, Nautilus_Metafile_copy (source_metafile, source_file_name, destination_uri, destination_file_name, &ev); - /* FIXME bugzilla.eazel.com 6664: examine ev for errors */ + /* FIXME bugzilla.gnome.org 46664: examine ev for errors */ CORBA_exception_free (&ev); bonobo_object_release_unref (source_metafile, NULL); @@ -481,7 +481,7 @@ nautilus_directory_remove_file_metadata (NautilusDirectory *directory, Nautilus_Metafile_remove (metafile, file_name, &ev); - /* FIXME bugzilla.eazel.com 6664: examine ev for errors */ + /* FIXME bugzilla.gnome.org 46664: examine ev for errors */ CORBA_exception_free (&ev); bonobo_object_release_unref (metafile, NULL); } @@ -503,7 +503,7 @@ nautilus_directory_rename_file_metadata (NautilusDirectory *directory, Nautilus_Metafile_rename (metafile, old_file_name, new_file_name, &ev); - /* FIXME bugzilla.eazel.com 6664: examine ev for errors */ + /* FIXME bugzilla.gnome.org 46664: examine ev for errors */ CORBA_exception_free (&ev); bonobo_object_release_unref (metafile, &ev); } @@ -523,7 +523,7 @@ nautilus_directory_rename_directory_metadata (NautilusDirectory *directory, Nautilus_Metafile_rename_directory (metafile, new_directory_uri, &ev); - /* FIXME bugzilla.eazel.com 6664: examine ev for errors */ + /* FIXME bugzilla.gnome.org 46664: examine ev for errors */ CORBA_exception_free (&ev); bonobo_object_release_unref (metafile, &ev); } @@ -551,7 +551,7 @@ nautilus_directory_register_metadata_monitor (NautilusDirectory *directory) bonobo_object_corba_objref (BONOBO_OBJECT (directory->details->metafile_monitor)), &ev); - /* FIXME bugzilla.eazel.com 6664: examine ev for errors */ + /* FIXME bugzilla.gnome.org 46664: examine ev for errors */ CORBA_exception_free (&ev); bonobo_object_release_unref (metafile, NULL); } @@ -574,7 +574,7 @@ nautilus_directory_unregister_metadata_monitor (NautilusDirectory *directory) bonobo_object_corba_objref (BONOBO_OBJECT (directory->details->metafile_monitor)), &ev); - /* FIXME bugzilla.eazel.com 6664: examine ev for errors */ + /* FIXME bugzilla.gnome.org 46664: examine ev for errors */ CORBA_exception_free (&ev); bonobo_object_release_unref (metafile, NULL); diff --git a/libnautilus-private/nautilus-directory-metafile.h b/libnautilus-private/nautilus-directory-metafile.h index ffe6eb4a5..2400da573 100644 --- a/libnautilus-private/nautilus-directory-metafile.h +++ b/libnautilus-private/nautilus-directory-metafile.h @@ -19,7 +19,7 @@ Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. - Author: Darin Adler <darin@eazel.com> + Author: Darin Adler <darin@bentspoon.com> */ #include "nautilus-directory.h" diff --git a/libnautilus-private/nautilus-directory-notify.h b/libnautilus-private/nautilus-directory-notify.h index c2b1bdd1c..ec5adec36 100644 --- a/libnautilus-private/nautilus-directory-notify.h +++ b/libnautilus-private/nautilus-directory-notify.h @@ -19,7 +19,7 @@ Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. - Author: Darin Adler <darin@eazel.com> + Author: Darin Adler <darin@bentspoon.com> */ #include <glib.h> diff --git a/libnautilus-private/nautilus-directory-private.h b/libnautilus-private/nautilus-directory-private.h index bbed4537a..540fae4a6 100644 --- a/libnautilus-private/nautilus-directory-private.h +++ b/libnautilus-private/nautilus-directory-private.h @@ -19,7 +19,7 @@ Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. - Author: Darin Adler <darin@eazel.com> + Author: Darin Adler <darin@bentspoon.com> */ #include "nautilus-directory-metafile-monitor.h" diff --git a/libnautilus-private/nautilus-directory.c b/libnautilus-private/nautilus-directory.c index dbb393ea8..da5a91cc8 100644 --- a/libnautilus-private/nautilus-directory.c +++ b/libnautilus-private/nautilus-directory.c @@ -19,7 +19,7 @@ Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. - Author: Darin Adler <darin@eazel.com> + Author: Darin Adler <darin@bentspoon.com> */ #include <config.h> @@ -306,7 +306,7 @@ nautilus_directory_make_uri_canonical (const char *uri) /* To NautilusDirectory, a uri with or without a trailing * / is equivalent. This is necessary to prevent separate * NautilusDirectories for the same location from being - * created. (See bugzilla.eazel.com 3322 for an example.) + * created. (See bugzilla.gnome.org 43322 for an example.) */ canonical = eel_str_strip_trailing_chr (canonical_maybe_trailing_slash, '/'); if (strcmp (canonical, canonical_maybe_trailing_slash) != 0) { @@ -1773,7 +1773,7 @@ nautilus_self_check_directory (void) EEL_CHECK_STRING_RESULT (nautilus_directory_make_uri_canonical ("http://le-hackeur.org/"), "http://le-hackeur.org"); EEL_CHECK_STRING_RESULT (nautilus_directory_make_uri_canonical ("http://le-hackeur.org/dir"), "http://le-hackeur.org/dir"); EEL_CHECK_STRING_RESULT (nautilus_directory_make_uri_canonical ("http://le-hackeur.org/dir/"), "http://le-hackeur.org/dir"); - /* FIXME bugzilla.eazel.com 5068: the "nested" URI loses some characters here. Maybe that's OK because we escape them in practice? */ + /* FIXME bugzilla.gnome.org 45068: the "nested" URI loses some characters here. Maybe that's OK because we escape them in practice? */ EEL_CHECK_STRING_RESULT (nautilus_directory_make_uri_canonical ("search://[file://]file_name contains stuff"), "search://[file/]file_name contains stuff"); EEL_CHECK_STRING_RESULT (nautilus_directory_make_uri_canonical ("eazel-services:/~turtle"), "eazel-services:///~turtle"); EEL_CHECK_STRING_RESULT (nautilus_directory_make_uri_canonical ("eazel-services:///~turtle"), "eazel-services:///~turtle"); diff --git a/libnautilus-private/nautilus-directory.h b/libnautilus-private/nautilus-directory.h index 1b24f44b9..e5970c2a9 100644 --- a/libnautilus-private/nautilus-directory.h +++ b/libnautilus-private/nautilus-directory.h @@ -19,7 +19,7 @@ Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. - Author: Darin Adler <darin@eazel.com> + Author: Darin Adler <darin@bentspoon.com> */ #ifndef NAUTILUS_DIRECTORY_H @@ -57,10 +57,10 @@ typedef struct NautilusFile NautilusFile; #endif -/* FIXME bugzilla.eazel.com 5382: +/* FIXME bugzilla.gnome.org 45382: * Increase or remove this limit? */ -/* FIXME bugzilla.eazel.com 5603: +/* FIXME bugzilla.gnome.org 45603: * This limit is not actually "hard", which can lead to some minor UI problems. */ #define NAUTILUS_DIRECTORY_FILE_LIST_HARD_LIMIT 4000 diff --git a/libnautilus-private/nautilus-file-attributes.h b/libnautilus-private/nautilus-file-attributes.h index e4b3a8406..c71e8caf6 100644 --- a/libnautilus-private/nautilus-file-attributes.h +++ b/libnautilus-private/nautilus-file-attributes.h @@ -19,7 +19,7 @@ Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. - Author: Darin Adler <darin@eazel.com> + Author: Darin Adler <darin@bentspoon.com> */ #ifndef NAUTILUS_FILE_ATTRIBUTES_H diff --git a/libnautilus-private/nautilus-file-operations.c b/libnautilus-private/nautilus-file-operations.c index f9f9ed49c..f9dbb76f3 100644 --- a/libnautilus-private/nautilus-file-operations.c +++ b/libnautilus-private/nautilus-file-operations.c @@ -1723,7 +1723,7 @@ nautilus_file_operations_copy_move (const GList *item_uris, duplicate = copy_action != GDK_ACTION_MOVE; for (p = item_uris; p != NULL; p = p->next) { /* Filter out special Nautilus link files */ - /* FIXME bugzilla.eazel.com 5295: + /* FIXME bugzilla.gnome.org 45295: * This is surprising behavior -- the user drags the Trash icon (say) * to a folder, releases it, and nothing whatsoever happens. Don't we want * a dialog in this case? @@ -2289,7 +2289,7 @@ nautilus_self_check_file_operations (void) EEL_CHECK_STRING_RESULT (get_duplicate_name (_("foo foo (24th copy).txt"), 1), _("foo foo (25th copy).txt")); EEL_CHECK_STRING_RESULT (get_duplicate_name (_("foo foo (100000000000000th copy).txt"), 1), _("foo foo (copy).txt")); - /* FIXME bugzilla.eazel.com 7701: These are wrong. */ + /* FIXME bugzilla.gnome.org 47701: These are wrong. */ EEL_CHECK_STRING_RESULT (get_duplicate_name (_("foo (10th copy)"), 1), _("foo (11st copy)")); EEL_CHECK_STRING_RESULT (get_duplicate_name (_("foo (10th copy).txt"), 1), _("foo (11st copy).txt")); EEL_CHECK_STRING_RESULT (get_duplicate_name (_("foo (11th copy)"), 1), _("foo (12nd copy)")); diff --git a/libnautilus-private/nautilus-file-private.h b/libnautilus-private/nautilus-file-private.h index c1cd54ef4..3df51e700 100644 --- a/libnautilus-private/nautilus-file-private.h +++ b/libnautilus-private/nautilus-file-private.h @@ -19,7 +19,7 @@ Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. - Author: Darin Adler <darin@eazel.com> + Author: Darin Adler <darin@bentspoon.com> */ #ifndef NAUTILUS_FILE_PRIVATE_H diff --git a/libnautilus-private/nautilus-file-utilities.c b/libnautilus-private/nautilus-file-utilities.c index ecce168f6..8e8276957 100644 --- a/libnautilus-private/nautilus-file-utilities.c +++ b/libnautilus-private/nautilus-file-utilities.c @@ -113,7 +113,7 @@ nautilus_get_user_directory (void) if (!g_file_exists (user_directory)) { mkdir (user_directory, DEFAULT_NAUTILUS_DIRECTORY_MODE); - /* FIXME bugzilla.eazel.com 1286: + /* FIXME bugzilla.gnome.org 41286: * How should we handle the case where this mkdir fails? * Note that nautilus_application_startup will refuse to launch if this * directory doesn't get created, so that case is OK. But the directory @@ -143,7 +143,7 @@ nautilus_get_desktop_directory (void) desktop_directory = nautilus_get_gmc_desktop_directory (); if (!g_file_exists (desktop_directory)) { mkdir (desktop_directory, DEFAULT_DESKTOP_DIRECTORY_MODE); - /* FIXME bugzilla.eazel.com 1286: + /* FIXME bugzilla.gnome.org 41286: * How should we handle the case where this mkdir fails? * Note that nautilus_application_startup will refuse to launch if this * directory doesn't get created, so that case is OK. But the directory @@ -182,7 +182,7 @@ nautilus_get_pixmap_directory (void) return g_strdup (DATADIR "/pixmaps/nautilus"); } -/* FIXME bugzilla.eazel.com 2423: +/* FIXME bugzilla.gnome.org 42423: * Callers just use this and dereference so we core dump if * pixmaps are missing. That is lame. */ diff --git a/libnautilus-private/nautilus-file-utilities.h b/libnautilus-private/nautilus-file-utilities.h index 2632163a9..669c42e0d 100644 --- a/libnautilus-private/nautilus-file-utilities.h +++ b/libnautilus-private/nautilus-file-utilities.h @@ -32,7 +32,7 @@ gboolean nautilus_file_name_matches_hidden_pattern (const char *name_or_relati gboolean nautilus_file_name_matches_backup_pattern (const char *name_or_relative_uri); gboolean nautilus_file_name_matches_metafile_pattern (const char *name_or_relative_uri); -/* FIXME bugzilla.eazel.com 2424: +/* FIXME bugzilla.gnome.org 42424: * This is the same as gnome-libs g_concat_dir_and_file except * for handling path == NULL. */ @@ -50,7 +50,7 @@ char * nautilus_get_pixmap_directory (void); * Otherwise similar to gnome_pixmap_file in that it checks to see if the file * exists and returns NULL if it doesn't. */ -/* FIXME bugzilla.eazel.com 2425: +/* FIXME bugzilla.gnome.org 42425: * We might not need this once we get on gnome-libs 2.0 which handles * gnome_pixmap_file better, using GNOME_PATH. */ diff --git a/libnautilus-private/nautilus-file.c b/libnautilus-private/nautilus-file.c index bd8a1ec48..5dfe534f1 100644 --- a/libnautilus-private/nautilus-file.c +++ b/libnautilus-private/nautilus-file.c @@ -19,7 +19,7 @@ Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. - Author: Darin Adler <darin@eazel.com> + Author: Darin Adler <darin@bentspoon.com> */ #include <config.h> @@ -657,7 +657,7 @@ nautilus_file_denies_access_permission (NautilusFile *file, } /* File owner's access is governed by the owner bits. */ - /* FIXME bugzilla.eazel.com 644: + /* FIXME bugzilla.gnome.org 40644: * Can we trust the uid in the file info? Might * there be garbage there? What will it do for non-local files? */ @@ -667,7 +667,7 @@ nautilus_file_denies_access_permission (NautilusFile *file, /* Group member's access is governed by the group bits. */ - /* FIXME bugzilla.eazel.com 644: + /* FIXME bugzilla.gnome.org 40644: * Can we trust the gid in the file info? Might * there be garbage there? What will it do for non-local files? */ @@ -1147,7 +1147,7 @@ update_link (NautilusFile *link_file, NautilusFile *target_file) g_assert (NAUTILUS_IS_FILE (target_file)); g_assert (!nautilus_file_info_missing (link_file, GNOME_VFS_FILE_INFO_FIELDS_SYMLINK_NAME)); - /* FIXME bugzilla.eazel.com 2044: If we don't put any code + /* FIXME bugzilla.gnome.org 42044: If we don't put any code * here then the hash table is a waste of time. */ } @@ -1205,7 +1205,7 @@ update_info_internal (NautilusFile *file, return FALSE; } - /* FIXME bugzilla.eazel.com 2044: Need to let links that + /* FIXME bugzilla.gnome.org 42044: Need to let links that * point to the old name know that the file has been renamed. */ @@ -1309,7 +1309,7 @@ nautilus_file_set_directory (NautilusFile *file, nautilus_file_ref (file); - /* FIXME bugzilla.eazel.com 2044: Need to let links that + /* FIXME bugzilla.gnome.org 42044: Need to let links that * point to the old name know that the file has been moved. */ @@ -2044,7 +2044,7 @@ nautilus_file_list_filter_hidden_and_backup (GList *files, GList *filtered_files; GList *removed_files; - /* FIXME bugzilla.eazel.com 653: + /* FIXME bugzilla.gnome.org 40653: * Eventually this should become a generic filtering thingy. */ @@ -3211,11 +3211,11 @@ gboolean nautilus_file_can_get_owner (NautilusFile *file) { /* Before we have info on a file, the owner is unknown. */ - /* FIXME bugzilla.eazel.com 644: + /* FIXME bugzilla.gnome.org 40644: * Can we trust the uid in the file info? Might * there be garbage there? What will it do for non-local files? */ - return !nautilus_file_info_missing (file, 0 /* FIXME bugzilla.eazel.com 644: GNOME_VFS_FILE_INFO_FIELDS_UID */); + return !nautilus_file_info_missing (file, 0 /* FIXME bugzilla.gnome.org 40644: GNOME_VFS_FILE_INFO_FIELDS_UID */); } /** @@ -3366,7 +3366,7 @@ nautilus_file_set_owner (NautilusFile *file, return; } - /* FIXME bugzilla.eazel.com 2427: + /* FIXME bugzilla.gnome.org 42427: * We can't assume that the gid is already good/read, * can we? Maybe we have to precede the set_file_info with a * get_file_info to fix this? @@ -3426,11 +3426,11 @@ gboolean nautilus_file_can_get_group (NautilusFile *file) { /* Before we have info on a file, the group is unknown. */ - /* FIXME bugzilla.eazel.com 644: + /* FIXME bugzilla.gnome.org 40644: * Can we trust the gid in the file info? Might * there be garbage there? What will it do for non-local files? */ - return !nautilus_file_info_missing (file, 0 /* FIXME bugzilla.eazel.com 644: GNOME_VFS_FILE_INFO_FIELDS_GID */); + return !nautilus_file_info_missing (file, 0 /* FIXME bugzilla.gnome.org 40644: GNOME_VFS_FILE_INFO_FIELDS_GID */); } /** @@ -3450,11 +3450,11 @@ nautilus_file_get_group_name (NautilusFile *file) struct group *group_info; /* Before we have info on a file, the owner is unknown. */ - if (nautilus_file_info_missing (file, 0 /* FIXME bugzilla.eazel.com 644: GNOME_VFS_FILE_INFO_FIELDS_GID */)) { + if (nautilus_file_info_missing (file, 0 /* FIXME bugzilla.gnome.org 40644: GNOME_VFS_FILE_INFO_FIELDS_GID */)) { return NULL; } - /* FIXME bugzilla.eazel.com 644: + /* FIXME bugzilla.gnome.org 40644: * Can we trust the gid in the file info? Might * there be garbage there? What will it do for non-local files? */ @@ -3669,7 +3669,7 @@ nautilus_file_set_group (NautilusFile *file, return; } - /* FIXME bugzilla.eazel.com 2427: We can't assume that the gid is already good/read, + /* FIXME bugzilla.gnome.org 42427: We can't assume that the gid is already good/read, * can we? Maybe we have to precede the set_file_info with a * get_file_info to fix this? */ @@ -3775,11 +3775,11 @@ nautilus_file_get_owner_as_string (NautilusFile *file, gboolean include_real_nam char *user_name; /* Before we have info on a file, the owner is unknown. */ - /* FIXME bugzilla.eazel.com 644: + /* FIXME bugzilla.gnome.org 40644: * Can we trust the uid in the file info? Might * there be garbage there? What will it do for non-local files? */ - if (nautilus_file_info_missing (file, 0 /* FIXME bugzilla.eazel.com 644: GNOME_VFS_FILE_INFO_FIELDS_UID */)) { + if (nautilus_file_info_missing (file, 0 /* FIXME bugzilla.gnome.org 40644: GNOME_VFS_FILE_INFO_FIELDS_UID */)) { return NULL; } @@ -4014,7 +4014,7 @@ nautilus_file_get_deep_directory_count_as_string (NautilusFile *file) char * nautilus_file_get_string_attribute (NautilusFile *file, const char *attribute_name) { - /* FIXME bugzilla.eazel.com 646: + /* FIXME bugzilla.gnome.org 40646: * Use hash table and switch statement or function pointers for speed? */ @@ -4114,7 +4114,7 @@ nautilus_file_get_string_attribute_with_default (NautilusFile *file, const char } /* Supply default values for the ones we know about. */ - /* FIXME bugzilla.eazel.com 646: + /* FIXME bugzilla.gnome.org 40646: * Use hash table and switch statement or function pointers for speed? */ if (strcmp (attribute_name, "size") == 0) { @@ -4646,7 +4646,7 @@ nautilus_file_mark_gone (NautilusFile *file) file->details->info = NULL; } - /* FIXME bugzilla.eazel.com 2429: + /* FIXME bugzilla.gnome.org 42429: * Maybe we can get rid of the name too eventually, but * for now that would probably require too many if statements * everywhere anyone deals with the name. Maybe we can give it @@ -4911,7 +4911,7 @@ nautilus_file_invalidate_attributes_internal (NautilusFile *file, invalidate_activation_uri (file); } - /* FIXME bugzilla.eazel.com 5075: implement invalidating metadata */ + /* FIXME bugzilla.gnome.org 45075: implement invalidating metadata */ } @@ -5025,9 +5025,9 @@ nautilus_file_dump (NautilusFile *file) g_print ("kind: %s \n", file_kind); if (file->details->info->type == GNOME_VFS_FILE_TYPE_SYMBOLIC_LINK) { g_print ("link to %s \n", file->details->info->symlink_name); - /* FIXME bugzilla.eazel.com 2430: add following of symlinks here */ + /* FIXME bugzilla.gnome.org 42430: add following of symlinks here */ } - /* FIXME bugzilla.eazel.com 2431: add permissions and other useful stuff here */ + /* FIXME bugzilla.gnome.org 42431: add permissions and other useful stuff here */ } g_free (uri); } diff --git a/libnautilus-private/nautilus-file.h b/libnautilus-private/nautilus-file.h index c82cd5c7d..b7b034e74 100644 --- a/libnautilus-private/nautilus-file.h +++ b/libnautilus-private/nautilus-file.h @@ -19,7 +19,7 @@ Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. - Author: Darin Adler <darin@eazel.com> + Author: Darin Adler <darin@bentspoon.com> */ #ifndef NAUTILUS_FILE_H diff --git a/libnautilus-private/nautilus-font-factory.c b/libnautilus-private/nautilus-font-factory.c index 7e6fbb552..9041efcf8 100644 --- a/libnautilus-private/nautilus-font-factory.c +++ b/libnautilus-private/nautilus-font-factory.c @@ -219,7 +219,7 @@ nautilus_font_factory_get_font_by_family (const char *family, g_return_val_if_fail (family != NULL, NULL); g_return_val_if_fail (size_in_pixels > 0, NULL); - /* FIXME bugzilla.eazel.com 7907: + /* FIXME bugzilla.gnome.org 47907: * The "GTK System Font" string is hard coded in many places. */ if (eel_str_is_equal (family, "GTK System Font")) { @@ -231,7 +231,7 @@ nautilus_font_factory_get_font_by_family (const char *family, factory = nautilus_get_current_font_factory (); while (*iter) { - /* FIXME bugzilla.eazel.com 7347: + /* FIXME bugzilla.gnome.org 47347: * Its a hack that we check for "-" prefixes in font names. * We do this in order not to break transalted font families. */ diff --git a/libnautilus-private/nautilus-global-preferences.c b/libnautilus-private/nautilus-global-preferences.c index 20a9334a7..d605ea176 100644 --- a/libnautilus-private/nautilus-global-preferences.c +++ b/libnautilus-private/nautilus-global-preferences.c @@ -471,7 +471,7 @@ static const PreferenceDefault preference_defaults[] = { { EEL_USER_LEVEL_NOVICE, GINT_TO_POINTER (FALSE) }, { USER_LEVEL_NONE } }, - /* FIXME bugzilla.eazel.com 1245: Saved in pixels instead of in %? */ + /* FIXME bugzilla.gnome.org 41245: Saved in pixels instead of in %? */ { NAUTILUS_PREFERENCES_SIDEBAR_WIDTH, PREFERENCE_INTEGER, EEL_USER_LEVEL_NOVICE, diff --git a/libnautilus-private/nautilus-icon-canvas-item.c b/libnautilus-private/nautilus-icon-canvas-item.c index a7d22bd9f..50eb59280 100644 --- a/libnautilus-private/nautilus-icon-canvas-item.c +++ b/libnautilus-private/nautilus-icon-canvas-item.c @@ -1252,7 +1252,7 @@ emblem_layout_next (EmblemLayout *layout, static void draw_pixbuf (GdkPixbuf *pixbuf, GdkDrawable *drawable, int x, int y) { - /* FIXME bugzilla.eazel.com 703: + /* FIXME bugzilla.gnome.org 40703: * Dither would be better if we passed dither values. */ gdk_pixbuf_render_to_drawable_alpha (pixbuf, drawable, 0, 0, x, y, @@ -1280,7 +1280,7 @@ real_map_pixbuf (NautilusIconCanvasItem *icon_item) temp_pixbuf = eel_create_spotlight_pixbuf (temp_pixbuf); gdk_pixbuf_unref (old_pixbuf); - /* FIXME bugzilla.eazel.com 2471: This hard-wired image is inappropriate to + /* FIXME bugzilla.gnome.org 42471: This hard-wired image is inappropriate to * this level of code, which shouldn't know that the * preview is audio, nor should it have an icon * hard-wired in. @@ -1777,7 +1777,7 @@ nautilus_icon_canvas_item_event (GnomeCanvasItem *item, GdkEvent *event) if (!icon_item->details->is_prelit) { icon_item->details->is_prelit = TRUE; gnome_canvas_item_request_update (item); - /* FIXME bugzilla.eazel.com 2473: + /* FIXME bugzilla.gnome.org 42473: * We should emit our own signal here, * not one from the container; it could hook * up to that signal and emit one of its @@ -1800,7 +1800,7 @@ nautilus_icon_canvas_item_event (GnomeCanvasItem *item, GdkEvent *event) * higlighted for drop. The latter gets turned on * by the drag&drop motion callback. */ - /* FIXME bugzilla.eazel.com 2473: + /* FIXME bugzilla.gnome.org 42473: * We should emit our own signal here, * not one from the containe; it could hook up * to that signal and emit one of its diff --git a/libnautilus-private/nautilus-icon-container.c b/libnautilus-private/nautilus-icon-container.c index 27d1c3fb2..3eefcadae 100644 --- a/libnautilus-private/nautilus-icon-container.c +++ b/libnautilus-private/nautilus-icon-container.c @@ -21,7 +21,7 @@ Boston, MA 02111-1307, USA. Authors: Ettore Perazzoli <ettore@gnu.org>, - Darin Adler <darin@eazel.com> + Darin Adler <darin@bentspoon.com> */ #include <config.h> @@ -522,7 +522,7 @@ keyboard_icon_reveal_timeout_callback (gpointer data) * cancel this reveal if the user manages to sneak a direct * scroll in before the timeout fires, but we later realized * this wouldn't actually be an improvement - * (see bugzilla.eazel.com 612). + * (see bugzilla.gnome.org 40612). */ if (icon == container->details->keyboard_focus || icon->is_selected) { @@ -599,7 +599,7 @@ get_all_icon_bounds (NautilusIconContainer *container, double *x1, double *y1, double *x2, double *y2) { - /* FIXME bugzilla.eazel.com 2477: Do we have to do something about the rubberband + /* FIXME bugzilla.gnome.org 42477: Do we have to do something about the rubberband * here? Any other non-icon items? */ gnome_canvas_item_get_bounds @@ -1133,7 +1133,7 @@ lay_down_icons_tblr (NautilusIconContainer *container, GList *icons) /* These modes are special. We freeze all of our positions * after we do the layout. */ - /* FIXME bugzilla.eazel.com 2478: + /* FIXME bugzilla.gnome.org 42478: * This should not be tied to the direction of layout. * It should be a separate switch. */ @@ -1152,7 +1152,7 @@ lay_down_icons (NautilusIconContainer *container, GList *icons, double start_y) case NAUTILUS_ICON_LAYOUT_T_B_L_R: case NAUTILUS_ICON_LAYOUT_T_B_R_L: - /* FIXME bugzilla.eazel.com 2479: + /* FIXME bugzilla.gnome.org 42479: * Need to handle T_B_R_L differently. */ lay_down_icons_tblr (container, icons); break; @@ -1367,7 +1367,7 @@ nautilus_icon_container_move_icon (NautilusIconContainer *container, icon_raise (icon); } - /* FIXME bugzilla.eazel.com 2474: + /* FIXME bugzilla.gnome.org 42474: * Handling of the scroll region is inconsistent here. In * the scale-changing case, redo_layout is called, which updates the * scroll region appropriately. In other cases, it's up to the @@ -2366,7 +2366,7 @@ size_allocate (GtkWidget *widget, need_layout_redone = !container->details->has_been_allocated; - /* FIXME bugzilla.eazel.com 7219: + /* FIXME bugzilla.gnome.org 47219: * We shouldn't have to redo the layout when x, y, or height * changes, only when width changes. However, just removing these * tests causes a problem when you're vertically stretching a window @@ -3334,8 +3334,8 @@ nautilus_icon_container_initialize (NautilusIconContainer *container) details->zoom_level = NAUTILUS_ZOOM_LEVEL_STANDARD; /* font table - this isn't exactly proportional, but it looks better than computed */ - /* FIXME bugzilla.eazel.com 5093: Font name is hard-coded here. */ - /* FIXME bugzilla.eazel.com 5101: Font size is hard-coded here. */ + /* FIXME bugzilla.gnome.org 45093: Font name is hard-coded here. */ + /* FIXME bugzilla.gnome.org 45101: Font size is hard-coded here. */ details->label_font[NAUTILUS_ZOOM_LEVEL_SMALLEST] = nautilus_font_factory_get_font_by_family ("helvetica", 8); details->label_font[NAUTILUS_ZOOM_LEVEL_SMALLER] = nautilus_font_factory_get_font_by_family ("helvetica", 8); @@ -3936,7 +3936,7 @@ nautilus_icon_container_add (NautilusIconContainer *container, details = container->details; - /* FIXME bugzilla.eazel.com 1288: + /* FIXME bugzilla.gnome.org 41288: * I guess we need to use an indexed data structure to avoid this loop. */ for (p = details->icons; p != NULL; p = p->next) { @@ -3989,7 +3989,7 @@ nautilus_icon_container_remove (NautilusIconContainer *container, end_renaming_mode (container, FALSE); - /* FIXME bugzilla.eazel.com 1288: + /* FIXME bugzilla.gnome.org 41288: * I guess we need to use an indexed data structure to avoid this loop. */ for (p = container->details->icons; p != NULL; p = p->next) { @@ -4103,7 +4103,7 @@ nautilus_icon_container_reveal (NautilusIconContainer *container, NautilusIconDa g_return_if_fail (NAUTILUS_IS_ICON_CONTAINER (container)); g_return_if_fail (data != NULL); - /* FIXME bugzilla.eazel.com 1288: + /* FIXME bugzilla.gnome.org 41288: * I guess we need to use an indexed data structure to avoid this loop. */ for (p = container->details->icons; p != NULL; p = p->next) { @@ -4545,7 +4545,7 @@ compute_stretch (StretchState *start, gboolean right, bottom; int x_stretch, y_stretch; - /* FIXME bugzilla.eazel.com 5390: This doesn't correspond to + /* FIXME bugzilla.gnome.org 45390: This doesn't correspond to * the way the handles are drawn. */ /* Figure out which handle we are dragging. */ diff --git a/libnautilus-private/nautilus-icon-container.h b/libnautilus-private/nautilus-icon-container.h index 30382a19e..77748c6d6 100644 --- a/libnautilus-private/nautilus-icon-container.h +++ b/libnautilus-private/nautilus-icon-container.h @@ -20,7 +20,7 @@ write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. - Authors: Ettore Perazzoli <ettore@gnu.org>, Darin Adler <darin@eazel.com> + Authors: Ettore Perazzoli <ettore@gnu.org>, Darin Adler <darin@bentspoon.com> */ #ifndef NAUTILUS_ICON_CONTAINER_H diff --git a/libnautilus-private/nautilus-icon-dnd.c b/libnautilus-private/nautilus-icon-dnd.c index 5af3195e5..e94d76452 100644 --- a/libnautilus-private/nautilus-icon-dnd.c +++ b/libnautilus-private/nautilus-icon-dnd.c @@ -21,7 +21,7 @@ Boston, MA 02111-1307, USA. Authors: Ettore Perazzoli <ettore@gnu.org>, - Darin Adler <darin@eazel.com>, + Darin Adler <darin@bentspoon.com>, Andy Hertzfeld <andy@eazel.com> Pavel Cisler <pavel@eazel.com> */ @@ -363,7 +363,7 @@ nautilus_icon_container_dropped_icon_feedback (GtkWidget *widget, /* Delete old shadow if any. */ if (dnd_info->shadow != NULL) { - /* FIXME bugzilla.eazel.com 2484: + /* FIXME bugzilla.gnome.org 42484: * Is a destroy really sufficient here? Who does the unref? */ gtk_object_destroy (GTK_OBJECT (dnd_info->shadow)); } @@ -488,7 +488,7 @@ drag_data_received_callback (GtkWidget *widget, } -/* FIXME bugzilla.eazel.com 7445: Needs to become a shared function */ +/* FIXME bugzilla.gnome.org 47445: Needs to become a shared function */ static void get_data_on_first_target_we_support (GtkWidget *widget, GdkDragContext *context, guint32 time) { @@ -642,7 +642,7 @@ receive_dropped_keyword (NautilusIconContainer *container, char* keyword, int x, return; } - /* FIXME bugzilla.eazel.com 2485: + /* FIXME bugzilla.gnome.org 42485: * This does not belong in the icon code. * It has to be in the file manager. * The icon code has no right to deal with the file directly. @@ -761,7 +761,7 @@ confirm_switch_to_manual_layout (NautilusIconContainer *container) const char *message; GnomeDialog *dialog; - /* FIXME bugzilla.eazel.com 915: Use of the word "directory" + /* FIXME bugzilla.gnome.org 40915: Use of the word "directory" * makes this FMIconView specific. Move these messages into * FMIconView so NautilusIconContainer can be used for things * that are not directories? @@ -903,7 +903,7 @@ nautilus_icon_container_find_drop_target (NautilusIconContainer *container, gnome_canvas_window_to_world (GNOME_CANVAS (container), x, y, &world_x, &world_y); - /* FIXME bugzilla.eazel.com 2485: + /* FIXME bugzilla.gnome.org 42485: * These "can_accept_items" tests need to be done by * the icon view, not here. This file is not supposed to know * that the target is a file. @@ -938,7 +938,7 @@ nautilus_icon_container_find_drop_target (NautilusIconContainer *container, return nautilus_icon_container_get_icon_drop_target_uri (container, drop_target_icon); } -/* FIXME bugzilla.eazel.com 2485: This belongs in FMDirectoryView, not here. */ +/* FIXME bugzilla.gnome.org 42485: This belongs in FMDirectoryView, not here. */ static gboolean selection_includes_special_link (GList *selection_list) { @@ -951,7 +951,7 @@ selection_includes_special_link (GList *selection_list) for (node = selection_list; node != NULL; node = node->next) { uri = ((EelDragSelectionItem *) node->data)->uri; - /* FIXME bugzilla.eazel.com 3020: This does sync. I/O and works only locally. */ + /* FIXME bugzilla.gnome.org 43020: This does sync. I/O and works only locally. */ local_path = gnome_vfs_get_local_path_from_uri (uri); link_in_selection = local_path != NULL && (nautilus_link_local_is_trash_link (local_path) || nautilus_link_local_is_home_link (local_path) || @@ -984,7 +984,7 @@ nautilus_icon_container_receive_dropped_icons (NautilusIconContainer *container, } if (context->action == GDK_ACTION_ASK) { - /* FIXME bugzilla.eazel.com 2485: This belongs in FMDirectoryView, not here. */ + /* FIXME bugzilla.gnome.org 42485: This belongs in FMDirectoryView, not here. */ /* Check for special case items in selection list */ if (selection_includes_special_link (container->details->dnd_info->drag_info.selection_list)) { /* We only want to move the trash */ @@ -1145,7 +1145,7 @@ nautilus_icon_dnd_update_drop_target (NautilusIconContainer *container, /* Find the item we hit with our drop, if any. */ icon = nautilus_icon_container_item_at (container, world_x, world_y); - /* FIXME bugzilla.eazel.com 2485: + /* FIXME bugzilla.gnome.org 42485: * These "can_accept_items" tests need to be done by * the icon view, not here. This file is not supposed to know * that the target is a file. @@ -1250,7 +1250,7 @@ nautilus_icon_dnd_fini (NautilusIconContainer *container) stop_auto_scroll (container); if (container->details->dnd_info->shadow != NULL) { - /* FIXME bugzilla.eazel.com 2484: + /* FIXME bugzilla.gnome.org 42484: * Is a destroy really sufficient here? Who does the unref? */ gtk_object_destroy (GTK_OBJECT (container->details->dnd_info->shadow)); } diff --git a/libnautilus-private/nautilus-icon-dnd.h b/libnautilus-private/nautilus-icon-dnd.h index 5dd83cc44..09efebcd2 100644 --- a/libnautilus-private/nautilus-icon-dnd.h +++ b/libnautilus-private/nautilus-icon-dnd.h @@ -21,7 +21,7 @@ Boston, MA 02111-1307, USA. Authors: Ettore Perazzoli <ettore@gnu.org>, - Darin Adler <darin@eazel.com>, + Darin Adler <darin@bentspoon.com>, Andy Hertzfeld <andy@eazel.com> */ diff --git a/libnautilus-private/nautilus-icon-factory-private.h b/libnautilus-private/nautilus-icon-factory-private.h index 5abb222c6..1dd8fd716 100644 --- a/libnautilus-private/nautilus-icon-factory-private.h +++ b/libnautilus-private/nautilus-icon-factory-private.h @@ -20,7 +20,7 @@ Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. - Author: Darin Adler <darin@eazel.com> + Author: Darin Adler <darin@bentspoon.com> */ #ifndef NAUTILUS_ICON_FACTORY_PRIVATE_H diff --git a/libnautilus-private/nautilus-icon-factory.c b/libnautilus-private/nautilus-icon-factory.c index bc7276655..64c25c6a2 100644 --- a/libnautilus-private/nautilus-icon-factory.c +++ b/libnautilus-private/nautilus-icon-factory.c @@ -21,7 +21,7 @@ Boston, MA 02111-1307, USA. Authors: John Sullivan <sullivan@eazel.com>, - Darin Adler <darin@eazel.com>, + Darin Adler <darin@bentspoon.com>, Andy Hertzfeld <andy@eazel.com> */ @@ -111,7 +111,7 @@ static const char *icon_file_name_suffixes[] = /* Images are used themselves as thumbnails when they are below this * threshold size. */ -/* FIXME bugzilla.eazel.com 5081: Later we might have to have a more +/* FIXME bugzilla.gnome.org 45081: Later we might have to have a more * complex rule about when to use an image for itself. */ #define SELF_THUMBNAIL_SIZE_THRESHOLD 16384 @@ -1541,12 +1541,12 @@ nautilus_icon_factory_get_icon_for_file (NautilusFile *file, const char *modifie /* Handle nautilus link xml files, which may specify their own image */ if (nautilus_file_is_nautilus_link (file)) { - /* FIXME bugzilla.eazel.com 2563: This does sync. I/O and only works for local paths. */ + /* FIXME bugzilla.gnome.org 42563: This does sync. I/O and only works for local paths. */ file_path = gnome_vfs_get_local_path_from_uri (file_uri); if (file_path != NULL) { image_uri = nautilus_link_local_get_image_uri (file_path); if (image_uri != NULL) { - /* FIXME bugzilla.eazel.com 2564: All custom icons must be in file:. */ + /* FIXME bugzilla.gnome.org 42564: All custom icons must be in file:. */ icon_path = gnome_vfs_get_local_path_from_uri (image_uri); if (icon_path == NULL && image_uri[0] == '/') { icon_path = g_strdup (image_uri); @@ -1568,7 +1568,7 @@ nautilus_icon_factory_get_icon_for_file (NautilusFile *file, const char *modifie /* Handle .desktop files. */ if (uri == NULL && nautilus_file_is_mime_type (file, "application/x-gnome-app-info")) { - /* FIXME bugzilla.eazel.com 2563: This does sync. I/O and only works for local paths. */ + /* FIXME bugzilla.gnome.org 42563: This does sync. I/O and only works for local paths. */ file_path = gnome_vfs_get_local_path_from_uri (file_uri); if (file_path != NULL) { entry = gnome_desktop_entry_load (file_path); @@ -1851,7 +1851,7 @@ get_cache_time (const char *file_uri, time_t *cache_time) return GNOME_VFS_ERROR_NOT_SUPPORTED; } - /* FIXME bugzilla.eazel.com 2566: if the URI is remote, assume + /* FIXME bugzilla.gnome.org 42566: if the URI is remote, assume * it's valid to match logic below. */ vfs_uri = gnome_vfs_uri_new (file_uri); diff --git a/libnautilus-private/nautilus-icon-text-item.c b/libnautilus-private/nautilus-icon-text-item.c index af72de11d..ac8940d35 100644 --- a/libnautilus-private/nautilus-icon-text-item.c +++ b/libnautilus-private/nautilus-icon-text-item.c @@ -1090,7 +1090,7 @@ iti_event (GnomeCanvasItem *item, GdkEvent *event) return TRUE; case GDK_FOCUS_CHANGE: - /* FIXME bugzilla.eazel.com 5484: + /* FIXME bugzilla.gnome.org 45484: * Working around bug in the GnomeCanvas widget's focus_in/focus_out * methods. They (all widgets) should be setting/usetting these flags. * GnomeCanvas doesn't. We need it set so the GtkWindow passes us all diff --git a/libnautilus-private/nautilus-lib-self-check-functions.c b/libnautilus-private/nautilus-lib-self-check-functions.c index 50156c1c0..2451016e4 100644 --- a/libnautilus-private/nautilus-lib-self-check-functions.c +++ b/libnautilus-private/nautilus-lib-self-check-functions.c @@ -20,7 +20,7 @@ Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. - Author: Darin Adler <darin@eazel.com> + Author: Darin Adler <darin@bentspoon.com> */ #include <config.h> diff --git a/libnautilus-private/nautilus-lib-self-check-functions.h b/libnautilus-private/nautilus-lib-self-check-functions.h index 7bbdfce48..3935595b1 100644 --- a/libnautilus-private/nautilus-lib-self-check-functions.h +++ b/libnautilus-private/nautilus-lib-self-check-functions.h @@ -20,7 +20,7 @@ Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. - Author: Darin Adler <darin@eazel.com> + Author: Darin Adler <darin@bentspoon.com> */ #include <eel/eel-self-checks.h> diff --git a/libnautilus-private/nautilus-link.c b/libnautilus-private/nautilus-link.c index c2b52637c..4f2bf0ad3 100644 --- a/libnautilus-private/nautilus-link.c +++ b/libnautilus-private/nautilus-link.c @@ -468,7 +468,7 @@ nautilus_link_local_get_link_type (const char *path) return type; } -/* FIXME bugzilla.eazel.com 2495: +/* FIXME bugzilla.gnome.org 42495: * Caller has to know to pass in a file with a NUL character at the end. */ char * diff --git a/libnautilus-private/nautilus-merged-directory.c b/libnautilus-private/nautilus-merged-directory.c index b7bb83cdb..5cff8e9b0 100644 --- a/libnautilus-private/nautilus-merged-directory.c +++ b/libnautilus-private/nautilus-merged-directory.c @@ -20,7 +20,7 @@ Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. - Author: Darin Adler <darin@eazel.com> + Author: Darin Adler <darin@bentspoon.com> */ #include <config.h> @@ -505,7 +505,7 @@ merged_add_real_directory (NautilusMergedDirectory *merged, done_loading_callback, merged); - /* FIXME bugzilla.eazel.com 5084: The done_loading part won't work for the case where + /* FIXME bugzilla.gnome.org 45084: The done_loading part won't work for the case where * we have no directories in our list. */ @@ -513,7 +513,7 @@ merged_add_real_directory (NautilusMergedDirectory *merged, g_hash_table_foreach (merged->details->monitors, monitor_add_directory, real_directory); - /* FIXME bugzilla.eazel.com 2541: Do we need to add the directory to callbacks too? */ + /* FIXME bugzilla.gnome.org 42541: Do we need to add the directory to callbacks too? */ gtk_signal_connect (GTK_OBJECT (real_directory), "files_added", diff --git a/libnautilus-private/nautilus-merged-directory.h b/libnautilus-private/nautilus-merged-directory.h index ac8db0bd5..fd0429712 100644 --- a/libnautilus-private/nautilus-merged-directory.h +++ b/libnautilus-private/nautilus-merged-directory.h @@ -21,7 +21,7 @@ Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. - Author: Darin Adler <darin@eazel.com> + Author: Darin Adler <darin@bentspoon.com> */ #ifndef NAUTILUS_MERGED_DIRECTORY_H diff --git a/libnautilus-private/nautilus-metafile.c b/libnautilus-private/nautilus-metafile.c index 9d8b6825d..e5bfed42d 100644 --- a/libnautilus-private/nautilus-metafile.c +++ b/libnautilus-private/nautilus-metafile.c @@ -656,7 +656,7 @@ find_monitor_node (GList *monitors, const Nautilus_MetafileMonitor monitor) } } - /* FIXME bugzilla.eazel.com 6664: examine ev for errors */ + /* FIXME bugzilla.gnome.org 46664: examine ev for errors */ CORBA_exception_free (&ev); @@ -711,7 +711,7 @@ nautilus_metafile_notify_metafile_ready (NautilusMetafile *metafile) for (node = metafile->details->monitors; node != NULL; node = node->next) { monitor = node->data; Nautilus_MetafileMonitor_metafile_ready (monitor, &ev); - /* FIXME bugzilla.eazel.com 6664: examine ev for errors */ + /* FIXME bugzilla.gnome.org 46664: examine ev for errors */ } CORBA_exception_free (&ev); @@ -730,7 +730,7 @@ call_metafile_changed (NautilusMetafile *metafile, for (node = metafile->details->monitors; node != NULL; node = node->next) { monitor = node->data; Nautilus_MetafileMonitor_metafile_changed (monitor, file_names, &ev); - /* FIXME bugzilla.eazel.com 6664: examine ev for errors */ + /* FIXME bugzilla.gnome.org 46664: examine ev for errors */ } CORBA_exception_free (&ev); @@ -1530,7 +1530,7 @@ copy_file_metadata (NautilusMetafile *source_metafile, g_return_if_fail (NAUTILUS_IS_METAFILE (destination_metafile)); g_return_if_fail (destination_file_name != NULL); - /* FIXME bugzilla.eazel.com 3343: This does not properly + /* FIXME bugzilla.gnome.org 43343: This does not properly * handle the case where we don't have the source metadata yet * since it's not read in. */ @@ -1549,7 +1549,7 @@ copy_file_metadata (NautilusMetafile *source_metafile, g_hash_table_insert (destination_metafile->details->node_hash, xmlMemStrdup (destination_file_name), node); } else { - /* FIXME bugzilla.eazel.com 6526: Copying data into a destination + /* FIXME bugzilla.gnome.org 46526: Copying data into a destination * where the metafile was not yet read is not implemented. */ g_warning ("not copying metadata"); @@ -1896,7 +1896,7 @@ allow_metafile (NautilusMetafile *metafile) * hardcode the schemes that are good for metadata instead of * the schemes that are bad for it. */ - /* FIXME bugzilla.eazel.com 2434: + /* FIXME bugzilla.gnome.org 42434: * We need to handle this in a better way. Perhaps a * better way can wait until we have support for metadata * access inside gnome-vfs. diff --git a/libnautilus-private/nautilus-mime-actions.c b/libnautilus-private/nautilus-mime-actions.c index dc2cfda09..28bc9e44f 100644 --- a/libnautilus-private/nautilus-mime-actions.c +++ b/libnautilus-private/nautilus-mime-actions.c @@ -218,7 +218,7 @@ nautilus_mime_get_default_application_for_file_internal (NautilusFile *file, default_application_string = nautilus_file_get_metadata (file, NAUTILUS_METADATA_KEY_DEFAULT_APPLICATION, NULL); - /* FIXME bugzilla.eazel.com 5085: should fall back to normal default + /* FIXME bugzilla.gnome.org 45085: should fall back to normal default if user-specified default is bogus */ if (default_application_string == NULL) { @@ -940,7 +940,7 @@ nautilus_mime_set_short_list_applications_for_file (NautilusFile *file, NAUTILUS_METADATA_SUBKEY_APPLICATION_ID, remove_list); - /* FIXME bugzilla.eazel.com 1269: + /* FIXME bugzilla.gnome.org 41269: * need to free normal_short_list, normal_short_list_ids, add_list, remove_list */ @@ -987,7 +987,7 @@ nautilus_mime_set_short_list_components_for_file (NautilusFile *file, NAUTILUS_METADATA_SUBKEY_COMPONENT_IID, remove_list); - /* FIXME bugzilla.eazel.com 1269: + /* FIXME bugzilla.gnome.org 41269: * need to free normal_short_list, normal_short_list_ids, add_list, remove_list */ @@ -1320,7 +1320,7 @@ make_oaf_query_with_known_mime_type (const char *mime_type, /* One of two possibilties */ - /* FIXME bugzilla.eazel.com 2542: this comment is not very clear. */ + /* FIXME bugzilla.gnome.org 42542: this comment is not very clear. */ /* 1 The mime type and URI scheme match the supported attributes. */ @@ -1414,7 +1414,7 @@ make_oaf_query_with_uri_scheme_only (const char *uri_scheme, */ "AND (NOT bonobo:supported_mime_types.defined ()))" - /* FIXME bugzilla.eazel.com 2542: improve the comment explaining this. */ + /* FIXME bugzilla.gnome.org 42542: improve the comment explaining this. */ /* This attribute allows uri schemes to be supported even for unsupported mime types or no mime type. */ diff --git a/libnautilus-private/nautilus-monitor.c b/libnautilus-private/nautilus-monitor.c index b08be54e8..a0155838a 100644 --- a/libnautilus-private/nautilus-monitor.c +++ b/libnautilus-private/nautilus-monitor.c @@ -20,7 +20,7 @@ Boston, MA 02111-1307, USA. Authors: Seth Nickell <seth@eazel.com> - Darin Adler <darin@eazel.com> + Darin Adler <darin@bentspoon.com> */ #include <config.h> diff --git a/libnautilus-private/nautilus-monitor.h b/libnautilus-private/nautilus-monitor.h index 35d990323..dfb4b0951 100644 --- a/libnautilus-private/nautilus-monitor.h +++ b/libnautilus-private/nautilus-monitor.h @@ -20,7 +20,7 @@ Boston, MA 02111-1307, USA. Authors: Seth Nickell <seth@eazel.com> - Darin Adler <darin@eazel.com> + Darin Adler <darin@bentspoon.com> */ #ifndef NAUTILUS_MONITOR_H diff --git a/libnautilus-private/nautilus-program-chooser.c b/libnautilus-private/nautilus-program-chooser.c index 71895d14c..00022dcfd 100644 --- a/libnautilus-private/nautilus-program-chooser.c +++ b/libnautilus-private/nautilus-program-chooser.c @@ -112,7 +112,7 @@ program_file_pair_compute_status (ProgramFilePair *pair) { ProgramFileStatus new_status; - /* FIXME bugzilla.eazel.com 1459: Need to check whether it's the default or in short list for the supertype */ + /* FIXME bugzilla.gnome.org 41459: Need to check whether it's the default or in short list for the supertype */ if (program_file_pair_is_default_for_file_type (pair)) { new_status = PROGRAM_DEFAULT_FOR_TYPE; } else if (program_file_pair_is_default_for_file (pair)) { @@ -203,7 +203,7 @@ program_file_pair_get_program_name_for_display (ProgramFilePair *pair) static char * get_supertype_from_file (NautilusFile *file) { - /* FIXME bugzilla.eazel.com 1459: Needs implementation */ + /* FIXME bugzilla.gnome.org 41459: Needs implementation */ return nautilus_file_get_string_attribute (file, "type"); } diff --git a/libnautilus-private/nautilus-program-choosing.c b/libnautilus-private/nautilus-program-choosing.c index c4c9e22b8..674477eba 100644 --- a/libnautilus-private/nautilus-program-choosing.c +++ b/libnautilus-private/nautilus-program-choosing.c @@ -604,7 +604,7 @@ get_xalf_prefix (const char *name) char *quoted; char *prefix; - /* FIXME bugzilla.eazel.com 8206: At time I am writing this, + /* FIXME bugzilla.gnome.org 48206: At time I am writing this, * xalf is still pretty buggy, and Nautilus uses it a lot more * than the Panel does with no way to turn it off for * individual programs the way you can in the Panel. Sadly, diff --git a/libnautilus-private/nautilus-search-uri.c b/libnautilus-private/nautilus-search-uri.c index f3c0872c8..67337b2ac 100644 --- a/libnautilus-private/nautilus-search-uri.c +++ b/libnautilus-private/nautilus-search-uri.c @@ -701,15 +701,15 @@ nautilus_self_check_search_uri (void) _("Items containing \"stuff\" in their names")); EEL_CHECK_STRING_RESULT (nautilus_search_uri_to_human ("search:[][]file_type is file"), _("Items that are regular files")); - /* FIXME bugzilla.eazel.com 5088: This may be what the function calls "human", but it's bad grammar. */ + /* FIXME bugzilla.gnome.org 45088: This may be what the function calls "human", but it's bad grammar. */ EEL_CHECK_STRING_RESULT (nautilus_search_uri_to_human ("search:[][]file_name contains stuff & file_type is file"), _("Items containing \"stuff\" in their names and that are regular files")); - /* FIXME bugzilla.eazel.com 5088: This may be what the function calls "human", but it's bad grammar. */ + /* FIXME bugzilla.gnome.org 45088: This may be what the function calls "human", but it's bad grammar. */ EEL_CHECK_STRING_RESULT (nautilus_search_uri_to_human ("search:[][]file_name contains stuff & file_type is file" " & size smaller_than 2000"), _("Items containing \"stuff\" in their names, that are regular files and " "smaller than 2000 bytes")); - /* FIXME bugzilla.eazel.com 5088: This may be what the function calls "human", but it's bad grammar. */ + /* FIXME bugzilla.gnome.org 45088: This may be what the function calls "human", but it's bad grammar. */ EEL_CHECK_STRING_RESULT (nautilus_search_uri_to_human ("search:[][]file_name contains medusa & file_type is directory"), _("Items containing \"medusa\" in their names and that are " "folders")); diff --git a/libnautilus-private/nautilus-thumbnails.c b/libnautilus-private/nautilus-thumbnails.c index 58cd06cce..f7f69134c 100644 --- a/libnautilus-private/nautilus-thumbnails.c +++ b/libnautilus-private/nautilus-thumbnails.c @@ -74,7 +74,7 @@ vfs_file_exists (const char *file_uri) return FALSE; } - /* FIXME bugzilla.eazel.com 3137: The synchronous I/O here + /* FIXME bugzilla.gnome.org 43137: The synchronous I/O here * means this call is unsuitable for use on anything that * might be remote. */ @@ -193,7 +193,7 @@ make_thumbnail_uri (const char *image_uri, gboolean directory_only, gboolean use return NULL; } } - /* FIXME bugzilla.eazel.com 3137: synchronous I/O - it + /* FIXME bugzilla.gnome.org 43137: synchronous I/O - it looks like the URI will be local-only, but best to make sure. */ @@ -220,7 +220,7 @@ make_thumbnail_uri (const char *image_uri, gboolean directory_only, gboolean use } /* utility routine that takes two uris and returns true if the first file has been modified later than the second */ -/* FIXME bugzilla.eazel.com 2565: it makes synchronous file info calls, so for now, it returns FALSE if either of the uri's are non-local */ +/* FIXME bugzilla.gnome.org 42565: it makes synchronous file info calls, so for now, it returns FALSE if either of the uri's are non-local */ static gboolean first_file_more_recent (const char* file_uri, const char* other_file_uri) { @@ -310,7 +310,7 @@ nautilus_thumbnail_has_invalid_thumbnail (NautilusFile *file) /* routine that takes a uri of a large image file and returns the uri of its corresponding thumbnail. If no thumbnail is available, put the image on the thumbnail queue so one is eventually made. */ -/* FIXME bugzilla.eazel.com 642: +/* FIXME bugzilla.gnome.org 40642: * Most of this thumbnail machinery belongs in NautilusFile, not here. */ @@ -380,7 +380,7 @@ nautilus_get_thumbnail_uri (NautilusFile *file) local_flag = TRUE; thumbnail_uri = make_thumbnail_uri (file_uri, TRUE, local_flag, TRUE); - /* FIXME bugzilla.eazel.com 3137: more potentially losing + /* FIXME bugzilla.gnome.org 43137: more potentially losing synch I/O - this could be remote */ result = gnome_vfs_make_directory (thumbnail_uri, THUMBNAIL_DIR_PERMISSIONS); diff --git a/libnautilus-private/nautilus-trash-directory.c b/libnautilus-private/nautilus-trash-directory.c index 4c3e827d1..95297faff 100644 --- a/libnautilus-private/nautilus-trash-directory.c +++ b/libnautilus-private/nautilus-trash-directory.c @@ -20,7 +20,7 @@ Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. - Author: Darin Adler <darin@eazel.com> + Author: Darin Adler <darin@bentspoon.com> */ #include <config.h> diff --git a/libnautilus-private/nautilus-trash-directory.h b/libnautilus-private/nautilus-trash-directory.h index ffa0f7cc5..10da34187 100644 --- a/libnautilus-private/nautilus-trash-directory.h +++ b/libnautilus-private/nautilus-trash-directory.h @@ -20,7 +20,7 @@ Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. - Author: Darin Adler <darin@eazel.com> + Author: Darin Adler <darin@bentspoon.com> */ #ifndef NAUTILUS_TRASH_DIRECTORY_H diff --git a/libnautilus-private/nautilus-trash-file.c b/libnautilus-private/nautilus-trash-file.c index 62173deed..b51849bb9 100644 --- a/libnautilus-private/nautilus-trash-file.c +++ b/libnautilus-private/nautilus-trash-file.c @@ -20,7 +20,7 @@ Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. - Author: Darin Adler <darin@eazel.com> + Author: Darin Adler <darin@bentspoon.com> */ #include <config.h> diff --git a/libnautilus-private/nautilus-trash-file.h b/libnautilus-private/nautilus-trash-file.h index 0ee86a88f..19b495fee 100644 --- a/libnautilus-private/nautilus-trash-file.h +++ b/libnautilus-private/nautilus-trash-file.h @@ -20,7 +20,7 @@ Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. - Author: Darin Adler <darin@eazel.com> + Author: Darin Adler <darin@bentspoon.com> */ #ifndef NAUTILUS_TRASH_FILE_H diff --git a/libnautilus-private/nautilus-undo-signal-handlers.c b/libnautilus-private/nautilus-undo-signal-handlers.c index 2d55ae555..6cd4ab129 100644 --- a/libnautilus-private/nautilus-undo-signal-handlers.c +++ b/libnautilus-private/nautilus-undo-signal-handlers.c @@ -288,7 +288,7 @@ restore_editable_from_undo_snapshot_callback (GtkObject *target, gpointer callba * Both here and in nautilus-shell-ui.xml. */ -/* FIXME bugzilla.eazel.com 3515: Undo doesn't work */ +/* FIXME bugzilla.gnome.org 43515: Undo doesn't work */ #ifdef UNDO_ENABLED static gboolean @@ -323,7 +323,7 @@ editable_key_press_event (GtkEditable *editable, GdkEventKey *event, gpointer us void nautilus_undo_editable_set_undo_key (GtkEditable *editable, gboolean value) { -/* FIXME bugzilla.eazel.com 3515: Undo doesn't work */ +/* FIXME bugzilla.gnome.org 43515: Undo doesn't work */ #ifdef UNDO_ENABLED if (value) { /* Connect to entry signals */ @@ -332,7 +332,7 @@ nautilus_undo_editable_set_undo_key (GtkEditable *editable, gboolean value) GTK_SIGNAL_FUNC (editable_key_press_event), NULL); } else { - /* FIXME bugzilla.eazel.com 5092: Warns if the handler + /* FIXME bugzilla.gnome.org 45092: Warns if the handler * is not already connected. We could use object data * to prevent that little problem. */ diff --git a/libnautilus-private/nautilus-vfs-directory.c b/libnautilus-private/nautilus-vfs-directory.c index 66b3fffca..e8446a8d2 100644 --- a/libnautilus-private/nautilus-vfs-directory.c +++ b/libnautilus-private/nautilus-vfs-directory.c @@ -20,7 +20,7 @@ Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. - Author: Darin Adler <darin@eazel.com> + Author: Darin Adler <darin@bentspoon.com> */ #include <config.h> diff --git a/libnautilus-private/nautilus-vfs-directory.h b/libnautilus-private/nautilus-vfs-directory.h index 922b768bb..059ff6524 100644 --- a/libnautilus-private/nautilus-vfs-directory.h +++ b/libnautilus-private/nautilus-vfs-directory.h @@ -20,7 +20,7 @@ Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. - Author: Darin Adler <darin@eazel.com> + Author: Darin Adler <darin@bentspoon.com> */ #ifndef NAUTILUS_VFS_DIRECTORY_H diff --git a/libnautilus-private/nautilus-vfs-file.c b/libnautilus-private/nautilus-vfs-file.c index 3036cbc15..0a0e42e36 100644 --- a/libnautilus-private/nautilus-vfs-file.c +++ b/libnautilus-private/nautilus-vfs-file.c @@ -20,7 +20,7 @@ Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. - Author: Darin Adler <darin@eazel.com> + Author: Darin Adler <darin@bentspoon.com> */ #include <config.h> diff --git a/libnautilus-private/nautilus-vfs-file.h b/libnautilus-private/nautilus-vfs-file.h index 377b6d1b4..2b1ee607e 100644 --- a/libnautilus-private/nautilus-vfs-file.h +++ b/libnautilus-private/nautilus-vfs-file.h @@ -20,7 +20,7 @@ Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. - Author: Darin Adler <darin@eazel.com> + Author: Darin Adler <darin@bentspoon.com> */ #ifndef NAUTILUS_VFS_FILE_H |