Fix typo of sokoke_gtk_action_count_modifier/s
Oddly enough the compiler failed to complain that the function had no definition/ prototype.
This commit is contained in:
parent
bc024f86f2
commit
22cd35be6f
1 changed files with 1 additions and 1 deletions
|
@ -1692,7 +1692,7 @@ sokoke_window_activate_key (GtkWindow* window,
|
|||
* Return value: the number of modifiers
|
||||
**/
|
||||
guint
|
||||
sokoke_gtk_action_count_modifier (GtkAction* action)
|
||||
sokoke_gtk_action_count_modifiers (GtkAction* action)
|
||||
{
|
||||
GtkAccelKey key;
|
||||
gint mods, cmods = 0;
|
||||
|
|
Loading…
Reference in a new issue