Skip to content
Commit 7f142981 authored by Florian Müllner's avatar Florian Müllner
Browse files

prefs: Use an unsigned value for META_KEYBINDING_ACTION_NONE

Keybinding actions are unsigned, so it is a tad bit odd to use a
negative value for NONE and rely on implicit casting.
Use 0 instead.

https://bugzilla.gnome.org/show_bug.cgi?id=643111
parent a39cabfa
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