Skip to content
Commit ebca1ce1 authored by Ray Strode's avatar Ray Strode
Browse files

keyboard: fix numlock_set_xkb_state

num lock state is stored in an enumeration called
GsdNumLockState.  Prior to commit
89b476ec, the old_state
variable was being used as a boolean despite being
an enumeration. That commit fixed most of the code
to use the proper enumeration values instead of
TRUE / FALSE.

It missed numlock_set_xkb_state though.  This commit
fixes that function, too.
parent a9ed2684
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment