From 3410b14751917592afc130ab3f0286fa71319659 Mon Sep 17 00:00:00 2001 From: Benjamin Otte Date: Wed, 18 May 2011 21:14:59 +0200 Subject: [PATCH] mac keys: Add a missing semicolon --- gtk/gtk-keys.css.mac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk/gtk-keys.css.mac b/gtk/gtk-keys.css.mac index 2c29550903..7d51403a96 100644 --- a/gtk/gtk-keys.css.mac +++ b/gtk/gtk-keys.css.mac @@ -74,7 +74,7 @@ bind "a" { "select-all" () }; bind "a" { "unselect-all" () }; bind "f" { "start-interactive-search" () }; - bind "F" { "start-interactive-search" () } + bind "F" { "start-interactive-search" () }; unbind "a"; unbind "a"; unbind "f";