summaryrefslogtreecommitdiff
path: root/src/nautilus-shell.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/nautilus-shell.c')
-rw-r--r--src/nautilus-shell.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nautilus-shell.c b/src/nautilus-shell.c
index be57301d6..0a0cfd221 100644
--- a/src/nautilus-shell.c
+++ b/src/nautilus-shell.c
@@ -159,7 +159,7 @@ destroy (GtkObject *object)
shell = NAUTILUS_SHELL (object);
g_free (shell->details);
- NAUTILUS_CALL_PARENT_CLASS (GTK_OBJECT_CLASS, destroy, (object));
+ NAUTILUS_CALL_PARENT (GTK_OBJECT_CLASS, destroy, (object));
}
NautilusShell *