Patch from Bert Driehuis <driehuis@playbeing.org> for returning the view

in the function.
This commit is contained in:
blizzard%appliedtheory.com 1998-09-23 14:04:06 +00:00
parent daa9039400
commit 3dcb0c2449

View File

@ -77,6 +77,7 @@ moz_paned_view_create_vertical(MozFrame *parent_frame,
if (view == NULL) return NULL;
moz_paned_view_init(view, parent_frame, context, FALSE);
return view;
}
void