Show
Ignore:
Timestamp:
01/06/07 23:43:42 (6 years ago)
Author:
Philipp Kern <phil@…>
Parents:
0f87c1f0e2675b01ca100507d6e644c4ab281e0d
Children:
867cc62012aef13ce61fb2960199be305f51196b
git-committer:
Philipp Kern <phil@0x539.de> / 2007-01-06T22:43:42Z+0000
Message:

[project @ Modified flag [fixes #25]]

Original author: Armin Burgmeier <armin@…>
Date: 2005-07-24 17:24:20+00:00

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • src/document.cpp

    r42eed7f r4966ada  
    359359        buf->set_highlight(true); 
    360360 
     361        // Not modified when subscribed 
     362        buf->set_modified(false); 
     363 
    361364        // Set initial authors 
    362365        for(unsigned int i = 0; i < doc.get_line_count(); ++ i) 
     
    633636        // TODO: Add people that are currently subscribed 
    634637        set_editable(false); 
     638 
     639        // Intro text is not modified 
     640        get_buffer()->set_modified(false); 
    635641 
    636642        // Do not highlight anything until the user subscribed