commit 4f9adbdb0a4790a06e306be0db43b1c2bac1b248 parent 6848b92342058d083a2ba3717914738cbf1bb6d6 Author: Enno Boland (Gottox) <gottox@s01.de> Date: Sat, 6 Jun 2009 09:36:46 +0200 typo Diffstat:
surf.c | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/surf.c b/surf.c @@ -225,7 +225,7 @@ keypress(GtkWidget* w, GdkEventKey *ev, gpointer d) { else webkit_web_view_reload(c->view); return TRUE; - case GDK_go: + case GDK_g: /* TODO */ return TRUE; case GDK_slash: