Changeset 124a20ea0ece36b7e067b4b033f65127f2cee14a
- Timestamp:
- 01/06/07 23:57:14 (6 years ago)
- Author:
- Philipp Kern <phil@…>
- Parents:
- 27da386750c112ed04942bbc385964b4332bb128
- Children:
- 2aa10af8aac4bd1c7b36e84f0a4a2caf80f6196e
- git-committer:
- Philipp Kern <phil@0x539.de> / 2007-01-06T22:57:14Z+0000
- Message:
-
[project @ Restored left gravity cursor on remote insert]
Original author: Armin Burgmeier <armin@…>
Date: 2006-02-23 21:26:30+00:00
- Files:
-
Legend:
- Unmodified
- Added
- Removed
-
|
r27da386
|
r124a20e
|
|
| 565 | 565 | |
| 566 | 566 | tag_text(begin, result, author); |
| 567 | | return result; |
| | 567 | |
| | 568 | // Left gravity cursor on remote insert |
| | 569 | if(result == m_buffer->get_insert()->get_iter() ) |
| | 570 | m_buffer->move_mark(m_buffer->get_insert(), begin); |
| | 571 | |
| | 572 | if(result == m_buffer->get_selection_bound()->get_iter() ) |
| | 573 | m_buffer->move_mark(m_buffer->get_selection_bound(), begin); |
| 568 | 574 | |
| 569 | 575 | return result; |