summaryrefslogtreecommitdiff
path: root/src/nautilus-navigation-window.c
diff options
context:
space:
mode:
authorDarin Adler <darin@src.gnome.org>2000-12-07 18:18:30 +0000
committerDarin Adler <darin@src.gnome.org>2000-12-07 18:18:30 +0000
commitca6e9f3b4d0e9028c2b9fe7379a828c690ed90f6 (patch)
tree650b50b28dda48da574893dbe332a15af69aa95c /src/nautilus-navigation-window.c
parent43687129a8574864a0ab98efc60e207d38bed0c1 (diff)
downloadnautilus-ca6e9f3b4d0e9028c2b9fe7379a828c690ed90f6.tar.gz
reviewed by: John Sullivan <sullivan@eazel.com>
Fixed bug 3245 (When an empty folder is visited, the throbbing never stops), bug 2540 (Hook up done_loading signal in NautilusMergedDirectory?), and bug 3067 (throbber doesn't start again if you do a new "underway" call after load is complete). * src/file-manager/fm-directory-view.c: (queue_pending_files): Get rid of code that uses nautilus_directory_are_all_files_seen to notice we are done loading. (done_loading_callback): Use done_loading signal to notice we are done loading. (finish_loading_uri): Connect to the done_loading signal. (disconnect_model_handlers): Disconnect from the done_loading signal. * libnautilus-extensions/nautilus-merged-directory.c: (done_loading_callback), (nautilus_merged_directory_add_real_directory), (nautilus_merged_directory_remove_real_directory): Add code to track all the trash directories and emit done_loading signals once all of them are done loading. * src/nautilus-window-manage-views.c: (change_state): Turn the stop and the throbber back on when a view re-marks itself underway. * libnautilus-extensions/nautilus-drag.c: (nautilus_drag_file_receive_dropped_keyword): Fix storage leak by doing a free_deep on the list of keywords. * libnautilus-extensions/nautilus-file-operations.h: * libnautilus-extensions/nautilus-file-operations.c: Get rid of excess includes. * libnautilus-extensions/nautilus-icon-dnd.c: Get rid of unused ERASE_KEYWORD constant. * src/nautilus-window.c: (nautilus_window_constructed): Fix a typo in a comment.
Diffstat (limited to 'src/nautilus-navigation-window.c')
-rw-r--r--src/nautilus-navigation-window.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nautilus-navigation-window.c b/src/nautilus-navigation-window.c
index 9fe2fd73b..c0b0d1633 100644
--- a/src/nautilus-navigation-window.c
+++ b/src/nautilus-navigation-window.c
@@ -535,7 +535,7 @@ nautilus_window_constructed (NautilusWindow *window)
nautilus_window_initialize_menus (window);
nautilus_window_initialize_toolbars (window);
- /* watch for throbber locatoin changes, too */
+ /* watch for throbber location changes, too */
gtk_signal_connect (GTK_OBJECT (window->throbber), "location_changed",
goto_uri_callback, window);