summaryrefslogtreecommitdiff
path: root/components/notes/ntl-notes.c
diff options
context:
space:
mode:
Diffstat (limited to 'components/notes/ntl-notes.c')
-rw-r--r--components/notes/ntl-notes.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/notes/ntl-notes.c b/components/notes/ntl-notes.c
index 9387fd0fb..7c8527f45 100644
--- a/components/notes/ntl-notes.c
+++ b/components/notes/ntl-notes.c
@@ -195,7 +195,7 @@ make_notes_view (BonoboGenericFactory *Factory, const char *goad_id, gpointer cl
gtk_widget_show_all (vbox);
/* Create CORBA object. */
- notes->view = NAUTILUS_VIEW (nautilus_meta_view_new (vbox));
+ notes->view = nautilus_view_new (vbox);
gtk_signal_connect (GTK_OBJECT (notes->view), "destroy", do_destroy, notes);
notes_object_count++;