Show
Ignore:
Timestamp:
01/06/07 23:35:59 (6 years ago)
Author:
Philipp Kern <phil@…>
Parents:
930225ef1e1c135c0f5076cf955ef263ab5be48e
Children:
f9e7e83d1603744ec991482a6817091f55697ba2
git-committer:
Philipp Kern <phil@0x539.de> / 2007-01-06T22:35:59Z+0000
Message:

[project @ Allow the user to save documents after connection loss [fixes #1]]

Original author: Armin Burgmeier <armin@…>
Date: 2005-05-29 11:40:30+00:00

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • src/document.cpp

    r6ac8196 r3033eda  
    205205#endif 
    206206 
     207Glib::ustring Gobby::Document::get_content() 
     208{ 
     209        return m_view.get_buffer()->get_text(); 
     210} 
     211 
    207212void Gobby::Document::obby_user_join(obby::user& user) 
    208213{