mirror of
https://git.pwmt.org/pwmt/zathura.git
synced 2024-12-27 14:26:02 +01:00
Disable a mode_set call that hasn't been doing anything for ages
Signed-off-by: Sebastian Ramacher <sebastian+dev@ramacher.at>
This commit is contained in:
parent
a85decc8cc
commit
806b69a1fe
1 changed files with 4 additions and 1 deletions
|
@ -87,7 +87,10 @@ sc_abort(girara_session_t* session, girara_argument_t* UNUSED(argument),
|
|||
}
|
||||
}
|
||||
|
||||
girara_mode_set(session, session->modes.normal);
|
||||
/* Setting the mode back here has not worked for ages. We need another way to
|
||||
* do this. Let's disable this for now.
|
||||
*/
|
||||
/* girara_mode_set(session, session->modes.normal); */
|
||||
girara_sc_abort(session, NULL, NULL, 0);
|
||||
|
||||
return false;
|
||||
|
|
Loading…
Reference in a new issue