summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2008-02-04 22:48:13 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2008-02-04 22:48:13 +0000
commit1bfbd988077b58611fbbdc225147565ab4e7152a (patch)
tree06cf3a22f0189a251ebec9e8a8ced196afd23c26
parent0170a7666a43b14b9d3c1b0b1b733ad14b997316 (diff)
fix typo that breaks non-GTKOSX compilation
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3008 d708f5d6-7413-0410-9779-e7cbd77b26cf
-rw-r--r--gtk2_ardour/utils.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk2_ardour/utils.cc b/gtk2_ardour/utils.cc
index 7a058b9ce5..a1ca5c2eb0 100644
--- a/gtk2_ardour/utils.cc
+++ b/gtk2_ardour/utils.cc
@@ -503,8 +503,8 @@ key_press_focus_accelerator_handler (Gtk::Window& window, GdkEventKey* ev)
return true;
}
ev->keyval = oldval;
- }
#endif
+ }
}
/* consider all relevant modifiers but not LOCK or SHIFT */