summaryrefslogtreecommitdiff
path: root/src/nautilus-window.h
diff options
context:
space:
mode:
authorAndy Hertzfeld <andy@src.gnome.org>2000-06-12 23:18:52 +0000
committerAndy Hertzfeld <andy@src.gnome.org>2000-06-12 23:18:52 +0000
commitf9d4d89a43004ee2d458024b74ec75c1e8cd0ccf (patch)
treef953263770654440b1edfca441596cf394cb688c /src/nautilus-window.h
parent822c600faefc1d8f1e38c846178683a266ff1556 (diff)
downloadnautilus-f9d4d89a43004ee2d458024b74ec75c1e8cd0ccf.tar.gz
made it reload the appropriate window after installing or removing a link
made it reload the appropriate window after installing or removing a link set so the user can see the new icons installed or removed. Added a reload call to NautilusWindow to facilitate this.
Diffstat (limited to 'src/nautilus-window.h')
-rw-r--r--src/nautilus-window.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nautilus-window.h b/src/nautilus-window.h
index bf896c3bf..3829429f2 100644
--- a/src/nautilus-window.h
+++ b/src/nautilus-window.h
@@ -161,5 +161,5 @@ void nautilus_window_allow_reload (NautilusWindow *window
void nautilus_window_allow_stop (NautilusWindow *window,
gboolean allow);
void nautilus_bookmarks_exiting (void);
-
+void nautilus_window_reload (NautilusWindow *window);
#endif