summaryrefslogtreecommitdiff
path: root/libnautilus-extensions/bonobo-stream-vfs.c
diff options
context:
space:
mode:
Diffstat (limited to 'libnautilus-extensions/bonobo-stream-vfs.c')
-rw-r--r--libnautilus-extensions/bonobo-stream-vfs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libnautilus-extensions/bonobo-stream-vfs.c b/libnautilus-extensions/bonobo-stream-vfs.c
index ef4b9896c..da7a9794c 100644
--- a/libnautilus-extensions/bonobo-stream-vfs.c
+++ b/libnautilus-extensions/bonobo-stream-vfs.c
@@ -346,7 +346,7 @@ bonobo_stream_create (GnomeVFSHandle *fd)
Bonobo_Stream corba_stream;
CORBA_Environment ev;
- stream_vfs = gtk_type_new (bonobo_stream_vfs_get_type ());
+ stream_vfs = BONOBO_STREAM_VFS (gtk_object_new (bonobo_stream_vfs_get_type (), NULL));
stream_vfs->fd = fd;