]> spindle.queued.net Git - midori/commitdiff
Fix typo of sokoke_gtk_action_count_modifier/s
authorChristian Dywan <christian@twotoasts.de>
Sat, 19 Jun 2010 13:15:28 +0000 (15:15 +0200)
committerChristian Dywan <christian@twotoasts.de>
Sat, 19 Jun 2010 13:17:34 +0000 (15:17 +0200)
Oddly enough the compiler failed to complain that the
function had no definition/ prototype.

midori/sokoke.c

index c6e8614a6c8a0065b540e36b1fa0e64e3084c1f0..b71bb86e121d63f116dc4d42048d5bfe7fe1c471 100644 (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;