Skip to content
  • Martin Baulig's avatar
    reviewed by: Darin Adler <darin@eazel.com> reviewed by: Maciej Stachowiak · 00c39630
    Martin Baulig authored
    2000-10-22  Martin Baulig  <baulig@suse.de>
    
    	reviewed by: Darin Adler  <darin@eazel.com>
    	reviewed by: Maciej Stachowiak  <mjs@eazel.com>
    
    	Use the new Bonobo::Zoomable interface instead of Nautilus::Zoomable.
    
    	* libnautilus/nautilus-zoomable.[ch]: Removed.
    	* src/nautilus-zoomable-frame-corba.c: Removed.
    
    	* libnautilus/nautilus-view-component.idl
    	(ZoomLevels, ZoomLevelList, Zoomable, ZoomableFrame): Removed.
    
    	* src/nautilus-view-frame-private.h
    	(impl_Nautilus_ZoomableFrame_vepv, impl_Nautilus_ZoomableFrame__create):
    	Removed external declarations.
    
    	* src/nautilus-view-frame.h: include <bonobo/bonobo-zoomable-frame.h>.
    	(NautilusViewFrame): Removed the `zoomable' field and changed the
    	type of the `zoomable_frame' field from BonoboObject into
    	BonoboZoomableFrame.
    	(NautilusViewFrameClass): Added `zoom_parameters_changed' signal.
    
    	* src/nautilus-view-frame.c (nautilus_view_frame_destroy_client):
    	Don't release `view->zoomabl...
    00c39630