[Xfce4-commits] <midori:master> Fix typo of sokoke_gtk_action_count_modifier/s
Christian Dywan
noreply at xfce.org
Sat Jun 19 15:18:01 CEST 2010
Updating branch refs/heads/master
to 22cd35be6fe4c31acb1493e05879e348e9e73f30 (commit)
from bc024f86f21b8f4a3f56f186f443aeb38f3c354a (commit)
commit 22cd35be6fe4c31acb1493e05879e348e9e73f30
Author: Christian Dywan <christian at twotoasts.de>
Date: Sat Jun 19 15:15:28 2010 +0200
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 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/midori/sokoke.c b/midori/sokoke.c
index c6e8614..b71bb86 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;
More information about the Xfce4-commits
mailing list