Fix bug 6833 in bugzilla
authorJohn Emmas <johne53@tiscali.co.uk>
Sun, 8 May 2016 11:06:12 +0000 (12:06 +0100)
committerJohn Emmas <johne53@tiscali.co.uk>
Sun, 8 May 2016 11:06:12 +0000 (12:06 +0100)
commitec8a840b1ae564d9401cac165063f20b48145300
tree3328987ba0237c2feca39e1fef205895f3f06d59
parent914eee9f8c133e2ea2edf2243995ab5aa7b0151d
Fix bug 6833 in bugzilla

http://tracker.ardour.org/view.php?id=6833

When searching for our keyboard bindings file, ArdourKeyboard::find_bindings_files() was trying to find files with the wrong extension:- "..keys" rather than ".keys" (note the extra period). Fortunately, some later code was masking the problem (so we were eventually finding the file correctly). However we might as well fix the problem here, just in case we ever need to call ArdourKeyboard::find_bindings_files() from somewhere else in the future.
gtk2_ardour/keyboard.cc