Bugfix: arrow keys didn't work in details view
commit04e299d980efb11b64bb1746aef243e97ed6c546
authorThomas Leonard <talex5@gmail.com>
Thu, 22 Nov 2007 18:35:21 +0000 (22 18:35 +0000)
committerThomas Leonard <talex5@gmail.com>
Thu, 22 Nov 2007 18:40:01 +0000 (22 18:40 +0000)
treeb72d844953dc917794358b40ee51b5b38a1c17f8
parent0fc18f83d91a0b3a67b370f995a6106e37f5ed20
Bugfix: arrow keys didn't work in details view

GTK likes to select rows as you move over them. Since we don't want that,
ROX-Filer marks the rows as unselectable. However, newer versions refuse
to move the cursor at all if the selection behaviour is disabled.

Reported by Dennis Nezic and others.
ROX-Filer/src/view_details.c