Changeset 990c82025388b2f0ff1e428dd3acb41b244f22b0
- Timestamp:
- 01/06/07 23:37:47 (6 years ago)
- Author:
- Philipp Kern <phil@…>
- Parents:
- 8835374a5ff6f22b683226976026fe5ab83e05f8
- Children:
- 89680db349f87f30ba9a9e51b49f0aac876ebe78
- git-committer:
- Philipp Kern <phil@0x539.de> / 2007-01-06T22:37:47Z+0000
- Message:
-
[project @ Fixed a segfault which occured sometimes when closing documents]
Original author: Armin Burgmeier <armin@…>
Date: 2005-06-04 19:48:53+00:00
- Files:
-
Legend:
- Unmodified
- Added
- Removed
-
|
r6a0670a
|
r990c820
|
|
| 473 | 473 | ) |
| 474 | 474 | { |
| | 475 | // Mark was deleted or something |
| | 476 | if(!mark) return; |
| | 477 | |
| 475 | 478 | // Insert mark changed position: Cursor position change |
| 476 | | if(mark == get_buffer()->get_insert() )//->get_name() == "insert") |
| | 479 | if(mark == get_buffer()->get_insert() ) |
| 477 | 480 | m_signal_cursor_moved.emit(); |
| 478 | 481 | } |