Show
Ignore:
Timestamp:
08/18/07 18:50:29 (6 years ago)
Author:
Philipp Kern <phil@…>
Parents:
3e9bdaf3afb5e350aed213c7f3d586b2f6e3813c
Children:
08a45e900a2e26851a19505125c1014cd4423390
git-committer:
Philipp Kern <phil@0x539.de> / 2007-08-18T16:50:29Z+0000
Message:

2007-08-18 Philipp Kern <phil@…>

  • inc/window.hpp:
  • src/window.cpp: do not close document if `save as' is cancelled [fixes #288]
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • inc/window.hpp

    r4cf90bd r88d9d5e  
    125125        void on_document_open(); 
    126126        void on_document_save(); 
     127        bool handle_document_save(); 
    127128        void on_document_save_as(); 
     129        bool handle_document_save_as(); 
    128130        void on_document_close(); 
    129131