summaryrefslogtreecommitdiff
path: root/AUTHORS
diff options
context:
space:
mode:
authorJohn Sullivan <sullivan@src.gnome.org>2000-09-18 19:04:06 +0000
committerJohn Sullivan <sullivan@src.gnome.org>2000-09-18 19:04:06 +0000
commit5d1ba62516557ae9f15f5ee10baa60e711701a91 (patch)
tree591b8c30495f08e1bb6342c3cfb8533104f372ef /AUTHORS
parent14bc29ad391917e9baa2cc54fe585a69299cebe7 (diff)
downloadnautilus-5d1ba62516557ae9f15f5ee10baa60e711701a91.tar.gz
Fixed bug 2243 (trash window name should be "Trash"
with a capital T, localized) * libnautilus-extensions/nautilus-directory-private.h: Added prototype for nautilus_directory_get_ name_for_self_as_new_file * libnautilus-extensions/nautilus-directory.h, * libnautilus-extensions/nautilus-directory.c: (nautilus_directory_initialize_class), (nautilus_directory_get_name_for_self_as_new_file), (real_get_name_for_self_as_new_file): wired up new overridable function pointer "get_name_for_self_as_new_file" that's used to get the name from directories that aren't vfs directories. Default implementation returns the scheme. * libnautilus-extensions/nautilus-file.c: (nautilus_file_get_internal): Use nautilus_directory_ get_name_for_self_as_new_file instead of hardwiring scheme-getting logic here. * libnautilus-extensions/nautilus-trash-directory.c: (trash_get_name_for_self_as_new_file), (nautilus_trash_directory_initialize_class): Override get_name_for_self_as_new_file to return _("Trash"). * src/nautilus-window-manage-views.c: (compute_default_title): Use NautilusFile to get the default window title. Formerly it was using some similar but slightly different logic to what nautilus_file uses to get a name to display. * src/nautilus-window-menus.c: (help_menu_about_nautilus_callback): * AUTHORS: Gave credit where credit was due.
Diffstat (limited to 'AUTHORS')
-rw-r--r--AUTHORS1
1 files changed, 1 insertions, 0 deletions
diff --git a/AUTHORS b/AUTHORS
index 493409eb2..3db6f1066 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -10,6 +10,7 @@ Gene Z. Ragan <gzr@eazel.com>
George Lebl <jirka@5z.com>
Ian McKellar <yakk@yakk.net.au>
John Sullivan <sullivan@eazel.com>
+Josh Barrow <linuxfan@ionet.net>
J Shane Culpepper <pepper@eazel.com>
Maciej Stachowiak <mjs@eazel.com>
Mathieu Lacage <mathieu@eazel.com>