diff options
author | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2012-11-19 20:24:30 +0100 |
---|---|---|
committer | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2012-11-20 06:07:33 +0100 |
commit | 2869e942b4c30456826f0f61904d5b8e8f0b9abf (patch) | |
tree | 6a3e9e80be85a924697cd94341f58ebdaf1986de /qbuffers.h | |
parent | c2e9cdb33af9471c4d742c6a5f6fb25fd46d4fe7 (diff) | |
download | sciteco-2869e942b4c30456826f0f61904d5b8e8f0b9abf.tar.gz |
fixed EB rubout when there is an ADD hook: must not remove buffer before undoing hook
Diffstat (limited to 'qbuffers.h')
-rw-r--r-- | qbuffers.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -349,7 +349,7 @@ public: void dirtify(void); bool is_any_dirty(void); - bool edit(const gchar *filename); + void edit(const gchar *filename); inline void undo_edit(void) { |