Changeset a4b0e8f6a21de14e6580ed799a69c1ddc83c5313

Show
Ignore:
Timestamp:
01/06/07 23:47:26 (6 years ago)
Author:
Philipp Kern <phil@…>
Parents:
71a982926069e42fa9bb0f8d38b1d6d4d82c527d
Children:
ab042e610ec8465af4744f07b6ec79925be3bd2c
git-committer:
Philipp Kern <phil@0x539.de> / 2007-01-06T22:47:26Z+0000
Message:

[project @ Removed obsolete TODO items]

Original author: Philipp Kern <phil@…>
Date: 2005-09-05 17:15:34+00:00

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • src/window.cpp

    rc1e2243 ra4b0e8f  
    856856                // Set local file path for the document_insert callback 
    857857                m_local_file_path = file; 
     858 
    858859                std::string content( 
    859860                        convert_to_utf8(Glib::file_get_contents(file)) ); 
    860861                convert2unix(content); 
    861862 
    862                 // TODO: Set path in newly generated document 
    863                 // TODO: Convert file to UTF-8 
    864863                m_buffer->create_document( 
    865864                        Glib::path_get_basename(file), content, open_as_edited