summaryrefslogtreecommitdiff
path: root/src/nautilus-view-frame-bonobo-control.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/nautilus-view-frame-bonobo-control.c')
-rw-r--r--src/nautilus-view-frame-bonobo-control.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/nautilus-view-frame-bonobo-control.c b/src/nautilus-view-frame-bonobo-control.c
index b9f805a02..f382446e2 100644
--- a/src/nautilus-view-frame-bonobo-control.c
+++ b/src/nautilus-view-frame-bonobo-control.c
@@ -79,7 +79,7 @@ bonobo_control_get_label(NautilusView *view, CORBA_Environment *ev)
}
static void
-bonobo_control_notify_location_change(NautilusView *view, Nautilus_NavigationInfo *real_nav_ctx, const char *initial_title, CORBA_Environment *ev)
+bonobo_control_notify_location_change(NautilusView *view, Nautilus_NavigationInfo *real_nav_ctx, CORBA_Environment *ev)
{
Nautilus_ProgressRequestInfo pri;
pri.amount = 0;
@@ -98,7 +98,6 @@ NautilusViewComponentType bonobo_control_component_type = {
&bonobo_control_notify_location_change, /* notify_location_change */
NULL, /* stop_location_change */
NULL, /* notify_selection_change */
- NULL, /* notify_title_change */
NULL, /* show_properties */
&bonobo_control_get_label /* get_label */
};