aboutsummaryrefslogtreecommitdiffhomepage
path: root/qbuffers.h
diff options
context:
space:
mode:
authorRobin Haberkorn <robin.haberkorn@googlemail.com>2012-11-19 20:24:30 +0100
committerRobin Haberkorn <robin.haberkorn@googlemail.com>2012-11-20 06:07:33 +0100
commit2869e942b4c30456826f0f61904d5b8e8f0b9abf (patch)
tree6a3e9e80be85a924697cd94341f58ebdaf1986de /qbuffers.h
parentc2e9cdb33af9471c4d742c6a5f6fb25fd46d4fe7 (diff)
downloadsciteco-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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/qbuffers.h b/qbuffers.h
index b11d53d..a6d016c 100644
--- a/qbuffers.h
+++ b/qbuffers.h
@@ -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)
{