From 22cd35be6fe4c31acb1493e05879e348e9e73f30 Mon Sep 17 00:00:00 2001 From: Christian Dywan Date: Sat, 19 Jun 2010 15:15:28 +0200 Subject: [PATCH] Fix typo of sokoke_gtk_action_count_modifier/s Oddly enough the compiler failed to complain that the function had no definition/ prototype. --- midori/sokoke.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/midori/sokoke.c b/midori/sokoke.c index c6e8614a..b71bb86e 100644 --- a/midori/sokoke.c +++ b/midori/sokoke.c @@ -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;