diff options
author | Christian Neumair <chris@gnome-de.org> | 2006-07-08 08:38:17 +0000 |
---|---|---|
committer | Christian Neumair <cneumair@src.gnome.org> | 2006-07-08 08:38:17 +0000 |
commit | 092c35cb8e6fe4092ec7702a0eb8f8270687a164 (patch) | |
tree | 8211c38fc56c48279f1dec0fb27d716540892c20 /ChangeLog | |
parent | 5d211e8bb94f7fbce1989e9d4734d9503bcacf49 (diff) | |
download | nautilus-092c35cb8e6fe4092ec7702a0eb8f8270687a164.tar.gz |
Add nautilus_find_existing_uri_in_hierarchy. Remove undefined
2006-07-08 Christian Neumair <chris@gnome-de.org>
* libnautilus-private/nautilus-file-utilities.c:
* libnautilus-private/nautilus-file-utilities.h:
Add nautilus_find_existing_uri_in_hierarchy.
Remove undefined in_gnome_path helper declarations.
* src/nautilus-pathbar.c:
* src/nautilus-pathbar.h:
Make nautilus_path_bar_clear_buttons public.
* src/nautilus-window-manage-views.c: (viewed_file_changed_callback):
If the displayed location was removed, and it has an existing parent,
navigate window to this parent. Fixes #336724.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -1,3 +1,18 @@ +2006-07-08 Christian Neumair <chris@gnome-de.org> + + * libnautilus-private/nautilus-file-utilities.c: + * libnautilus-private/nautilus-file-utilities.h: + Add nautilus_find_existing_uri_in_hierarchy. + Remove undefined in_gnome_path helper declarations. + + * src/nautilus-pathbar.c: + * src/nautilus-pathbar.h: + Make nautilus_path_bar_clear_buttons public. + + * src/nautilus-window-manage-views.c: (viewed_file_changed_callback): + If the displayed location was removed, and it has an existing parent, + navigate window to this parent. Fixes #336724. + 2006-07-06 William Jon McCann <mccann@jhu.edu> * libnautilus-private/nautilus-icon-factory.c: |