Remove request_* calls from public API (they are just an implementation
* src/ntl-view.h: Remove request_* calls from public API (they are just an implementation detail of the fact that NautilusView implements a Nautilus:ViewFrame CORBA server - the nautilus app should not need to call these). * src/ntl-view.c: Split all the three way conditional stuff out so there is a separate function for each branch of the condition. Not a big win yet, but will provide opportunities for more refactoring. * src/ntl-view-frame-svr.c, ntl-view-frame-svr.h: Move implementation of Nautilus:ViewFrame CORBA server here as much as possible. * src/ntl-view.c: Remove it from here. * src/nautilus.h: #include ntl-view-frame-svr.h * src/Makefile.am: add ntl-view-frame-svr.[ch] to build. * src/ntl-window.c: Add myself to About box (pout).
This diff is collapsed.
src/ntl-view-frame-svr.c
0 → 100644
src/ntl-view-frame-svr.h
0 → 100644
This diff is collapsed.
Please register or sign in to comment