From a2fd1528e6083e08848d0d4bfd6ca1ccb2fa855c Mon Sep 17 00:00:00 2001 From: Maxime Coste Date: Wed, 26 Sep 2012 20:07:06 +0200 Subject: Move last insertion from Client to Context --- src/main.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/main.cc') diff --git a/src/main.cc b/src/main.cc index 17f37a7a..8fb35c09 100644 --- a/src/main.cc +++ b/src/main.cc @@ -35,7 +35,7 @@ bool quit_requested = false; template void do_insert(Context& context) { - context.client().insert(context.editor(), mode); + context.client().insert(context, mode); } void do_repeat_insert(Context& context) -- cgit v1.2.3