Changeset 80daf3053bfbc82f970cfd5e316c748066952d69
- Timestamp:
- 09/22/08 20:20:12 (5 years ago)
- Author:
- Armin Burgmeier <armin@…>
- Parents:
- 9c500538acd917060c6d064f3e0bf857426a16ef
- Children:
- e25de5d802baa6ebca21a738a5f6d3686a8a853e
- git-committer:
- Armin Burgmeier <armin@arbur.net> / 2008-09-22T20:20:12Z+0200
- Message:
-
Fixed insert-tabs-instead-of-spaces preference storage
2008-09-22 Armin Burgmeier <armin@…>
- src/core/preferences.cpp: Fixed writing the
insert-tabs-instead-of-spaces option to the config file.
- Files:
-
Legend:
- Unmodified
- Added
- Removed
-
|
r9c50053
|
r80daf30
|
|
| | 1 | 2008-09-22 Armin Burgmeier <armin@arbur.net> |
| | 2 | |
| | 3 | * src/core/preferences.cpp: Fixed writing the |
| | 4 | insert-tabs-instead-of-spaces option to the config file. |
| | 5 | |
| 1 | 6 | 2008-09-22 Armin Burgmeier <armin@arbur.net> |
| 2 | 7 | |
-
|
rcd0ff9f
|
r80daf30
|
|
| 46 | 46 | { |
| 47 | 47 | entry.set_value("tab-width", tab_width); |
| 48 | | entry.set_value("tab-insert_spaces", tab_spaces); |
| | 48 | entry.set_value("tab-insert-spaces", tab_spaces); |
| 49 | 49 | entry.set_value("auto-indentation", indentation_auto); |
| 50 | 50 | entry.set_value("smart-homeend", homeend_smart); |