Changeset a4b0e8f6a21de14e6580ed799a69c1ddc83c5313
- 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:
-
Legend:
- Unmodified
- Added
- Removed
-
|
rc1e2243
|
ra4b0e8f
|
|
| 856 | 856 | // Set local file path for the document_insert callback |
| 857 | 857 | m_local_file_path = file; |
| | 858 | |
| 858 | 859 | std::string content( |
| 859 | 860 | convert_to_utf8(Glib::file_get_contents(file)) ); |
| 860 | 861 | convert2unix(content); |
| 861 | 862 | |
| 862 | | // TODO: Set path in newly generated document |
| 863 | | // TODO: Convert file to UTF-8 |
| 864 | 863 | m_buffer->create_document( |
| 865 | 864 | Glib::path_get_basename(file), content, open_as_edited |