Bug 7191: Cursor keys just beep on PPC with Gramps 3.4.6

It's actually on both PPC and Intel, and it's from forgetting to update
gramps.accel after upgrading Gtk past 2.24.10, which changed the mapping
of alt/option from Mod5 to Mod1.

For gramps40 and master, the problem was masked by the bundler putting
the file in the wrong directory.
This commit is contained in:
John Ralls
2013-11-14 09:24:35 -08:00
parent 5e1cd88bcb
commit c5f0c7a6f0
2 changed files with 42 additions and 42 deletions

View File

@@ -78,7 +78,7 @@
</binary>
<binary>
${prefix}/lib/libosmgpsmap.3.dylib
${prefix}/lib/libosmgpsmap-1.0.0.dylib
</binary>
<binary>
@@ -210,7 +210,7 @@
${project}/gramps.icns
</data>
<data dest="${bundle}/Contents/Resources/lib/python2.7/site-packages/gramps/data/gramps.accel">
<data dest="${bundle}/Contents/Resources/share/gramps/gramps.accel">
${project}/gramps.accel
</data>