Pass event to sc_mouse_zoom to prevent SIGSEGV

This commit is contained in:
Moritz Lipp 2014-10-23 12:39:20 +02:00
parent 6f64f459a0
commit 9712257b62

View file

@ -347,7 +347,7 @@ sc_mouse_zoom(girara_session_t* session, girara_argument_t* argument, girara_eve
return false;
}
return sc_zoom(session, argument, NULL, t);
return sc_zoom(session, argument, event, t);
}
bool