summaryrefslogtreecommitdiff
path: root/src/nautilus-window.h
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@redhat.com>2009-12-11 16:50:39 +0100
committerAlexander Larsson <alexl@redhat.com>2009-12-11 16:52:32 +0100
commit1a6db1b3ff79971f75ad309c22d60c14b2af2857 (patch)
tree7f89335d5dd5e4d1e514fb772e5f6c91738fbcf2 /src/nautilus-window.h
parent84631cacd1909000ebd43b7267b7cacb8115d857 (diff)
downloadnautilus-1a6db1b3ff79971f75ad309c22d60c14b2af2857.tar.gz
Don't show the window until all views in it are visible
For the dual-pane at startup case we want to delay window change until all views are loaded. Also when switching to split view we want to delay showing until the view is loaded.
Diffstat (limited to 'src/nautilus-window.h')
-rw-r--r--src/nautilus-window.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/nautilus-window.h b/src/nautilus-window.h
index 3b53f8eca..ada356021 100644
--- a/src/nautilus-window.h
+++ b/src/nautilus-window.h
@@ -101,7 +101,6 @@ typedef struct {
void (* prompt_for_location) (NautilusWindow *window, const char *initial);
void (* sync_search_widgets) (NautilusWindow *window);
void (* get_default_size) (NautilusWindow *window, guint *default_width, guint *default_height);
- void (* show_window) (NautilusWindow *window);
void (* close) (NautilusWindow *window);
NautilusWindowSlot * (* open_slot) (NautilusWindowPane *pane,