From: Enno Boland (Gottox) Date: Sat, 6 Jun 2009 07:36:46 +0000 (+0200) Subject: typo X-Git-Url: https://git.danieliu.xyz/?p=surf.git;a=commitdiff_plain;h=4f9adbdb0a4790a06e306be0db43b1c2bac1b248 typo --- diff --git a/surf.c b/surf.c index 1a075d2..21d7465 100644 --- 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: