summaryrefslogtreecommitdiff
path: root/src/nautilus-view-frame-bonobo-embeddable.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/nautilus-view-frame-bonobo-embeddable.c')
-rw-r--r--src/nautilus-view-frame-bonobo-embeddable.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/nautilus-view-frame-bonobo-embeddable.c b/src/nautilus-view-frame-bonobo-embeddable.c
index b5b4a44d5..57ab4c02a 100644
--- a/src/nautilus-view-frame-bonobo-embeddable.c
+++ b/src/nautilus-view-frame-bonobo-embeddable.c
@@ -43,7 +43,7 @@ destroy_bonobo_subdoc_view(NautilusView *view, CORBA_Environment *ev)
}
static void
-bonobo_subdoc_notify_location_change(NautilusView *view, Nautilus_NavigationInfo *real_nav_ctx, const char *new_title, CORBA_Environment *ev)
+bonobo_subdoc_notify_location_change(NautilusView *view, Nautilus_NavigationInfo *real_nav_ctx, CORBA_Environment *ev)
{
Bonobo_PersistStream persist;
@@ -114,7 +114,6 @@ NautilusViewComponentType bonobo_subdoc_component_type = {
&bonobo_subdoc_notify_location_change, /* notify_location_change */
NULL, /* stop_location_change */
NULL, /* notify_selection_change */
- NULL, /* notify_title_change */
NULL, /* show_properties */
NULL, /* get_label */
};