Fix the 'close' menu entry and close button when viewing multiple canvases of the...
[synfig.git] / synfig-studio / trunk / src / gtkmm / canvasview.h
index f1c1d78..17cedda 100644 (file)
@@ -505,8 +505,11 @@ public:
        //! Updates the title of the window
        void update_title();
 
+       //! Closes this document
+       bool close_instance();
+
        //! Closes this canvas view
-       bool close();
+       bool close_view();
 
        //!     Stops the currently executing action
        /*! \see get_cancel_status(), reset_cancel_status(), IsWorking */