summaryrefslogtreecommitdiff
path: root/HACKING
diff options
context:
space:
mode:
authorDarin Adler <darin@src.gnome.org>2000-08-18 18:44:37 +0000
committerDarin Adler <darin@src.gnome.org>2000-08-18 18:44:37 +0000
commit3685f79f919a0a560e065f49d2b24abeaad4f20d (patch)
tree2ce0375d420206e2525b4866f18c8af1a178f20c /HACKING
parenta4a43d4d4418a9d1794ccb2d59e3e55a42f5e5c3 (diff)
downloadnautilus-3685f79f919a0a560e065f49d2b24abeaad4f20d.tar.gz
Fixed bug 2210 (GNOME is referred to as Gnome in the about dialog). It was
* src/nautilus-window-menus.c: (help_menu_about_nautilus_callback): * libnautilus-extensions/nautilus-program-chooser.c: (nautilus_program_chooser_new), (nautilus_program_chooser_show_no_choices_message): Fixed bug 2210 (GNOME is referred to as Gnome in the about dialog). It was in one other place too. * libnautilus/nautilus-view-component.idl: Fixed some comments. * libnautilus-extensions/nautilus-directory-private.h: * libnautilus-extensions/nautilus-directory-async.c: (dequeue_pending_idle_callback): * libnautilus-extensions/nautilus-directory.c: (nautilus_directory_emit_files_changed), (nautilus_directory_emit_change_signals_deep), (nautilus_directory_emit_metadata_changed), (call_files_changed_free_list), (call_files_changed_unref_free_list): * libnautilus-extensions/nautilus-file.c: (nautilus_file_changed): Separated out the call so you can emit a files_changed without also emitting a changed signal on each file. * libnautilus-extensions/nautilus-trash-directory.h: * libnautilus-extensions/nautilus-trash-directory.c: (trash_callback_remove_directory), (directory_ready_callback), (forward_files_added_cover), (forward_files_changed_cover), (nautilus_trash_directory_add_real_directory), (trash_callback_remove_directory_cover), (nautilus_trash_directory_remove_real_directory), (remove_all_real_directories), (fm_desktop_icon_view_discover_trash_callback), (add_one_writable_device), (get_trashable_volume_uris), (nautilus_trash_monitor_async_get_trash_directories): More trash work. A bunch is commented out. I'm doing this *so* slowly, but I need to check in at this point for Gene's sake. * libnautilus-extensions/nautilus-volume-monitor.h: * libnautilus-extensions/nautilus-volume-monitor.c: (nautilus_volume_monitor_initialize_class), (mount_device_activate), (mount_device_deactivate): Changed the signals to be both more useful and easier to use. * src/file-manager/fm-desktop-icon-view.c: (fm_desktop_icon_view_initialize): * src/file-manager/nautilus-trash-monitor.c: Moved 1/2-written trash code out of here. * HACKING: Spell checking.
Diffstat (limited to 'HACKING')
-rw-r--r--HACKING10
1 files changed, 5 insertions, 5 deletions
diff --git a/HACKING b/HACKING
index dc05bc82a..91a6568db 100644
--- a/HACKING
+++ b/HACKING
@@ -20,7 +20,7 @@ with GNOME CVS.
If you want to contribute patches, please send mail to the nautilus
maintainer (Darin Adler <darin@eazel.com>) and/or the nautilus mailing
-list: <nautilus-list@lists.eazel.com> (subscribtions should be made to
+list: <nautilus-list@lists.eazel.com> (subscriptions should be made to
<nautilus-list-request@lists.eazel.com> with "subscribe" as a
subject).
@@ -32,10 +32,10 @@ read other relevant documents in the docs directory too.
2: Using the leak checker
=========================
-Nautilus is set up to use the libleakcheck.so leak checking libary. To
-use it, run Nautilus with LD_PRELOAD set to the path to the installed
-libleakcheck.so libary. For example, if you are using a
-bourne-compatible shell, like bash, you can run Nautilus this way to
+Nautilus is set up to use the libleakcheck.so leak checking
+library. To use it, run Nautilus with LD_PRELOAD set to the path to
+the installed libleakcheck.so library. For example, if you are using a
+Bourne-compatible shell, like bash, you can run Nautilus this way to
run with leak checking:
LD_PRELOAD=/gnome/libs/libleakcheck.so /gnome/bin/nautilus