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:
Christian Dywan 2010-06-19 15:15:28 +02:00
parent bc024f86f2
commit 22cd35be6f

View file

@ -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;