Changeset 4966ada7c9b3858df4be9e7a39db4989a586030a for src/document.cpp
- Timestamp:
- 01/06/07 23:43:42 (6 years ago)
- Parents:
- 0f87c1f0e2675b01ca100507d6e644c4ab281e0d
- Children:
- 867cc62012aef13ce61fb2960199be305f51196b
- git-committer:
- Philipp Kern <phil@0x539.de> / 2007-01-06T22:43:42Z+0000
- Files:
-
- 1 modified
-
src/document.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/document.cpp
r42eed7f r4966ada 359 359 buf->set_highlight(true); 360 360 361 // Not modified when subscribed 362 buf->set_modified(false); 363 361 364 // Set initial authors 362 365 for(unsigned int i = 0; i < doc.get_line_count(); ++ i) … … 633 636 // TODO: Add people that are currently subscribed 634 637 set_editable(false); 638 639 // Intro text is not modified 640 get_buffer()->set_modified(false); 635 641 636 642 // Do not highlight anything until the user subscribed
