diff options
author | Enno Boland (Gottox) <gottox@s01.de> | 2009-06-06 09:36:46 +0200 |
---|---|---|
committer | Enno Boland (Gottox) <gottox@s01.de> | 2009-06-06 09:36:46 +0200 |
commit | 4f9adbdb0a4790a06e306be0db43b1c2bac1b248 (patch) | |
tree | ca185d1fdc0ab137b8d5a295295b6fc527390c74 | |
parent | 6848b92342058d083a2ba3717914738cbf1bb6d6 (diff) | |
download | surf-4f9adbdb0a4790a06e306be0db43b1c2bac1b248.tar.gz surf-4f9adbdb0a4790a06e306be0db43b1c2bac1b248.tar.bz2 surf-4f9adbdb0a4790a06e306be0db43b1c2bac1b248.zip |
typo
-rw-r--r-- | surf.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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: |