Fix browsing for folders, and allow starting in DATADIR
authorH.G.Muller <hgm@hgm-xboard.(none)>
Sat, 9 Apr 2016 18:12:26 +0000 (20:12 +0200)
committerH.G.Muller <hgm@hgm-xboard.(none)>
Sun, 17 Apr 2016 08:24:58 +0000 (10:24 +0200)
commit70a154066b96d5390c133ae8800ff1943d21ac0c
treeeec2264d649bc7bcdb8a2b687dc9a48abdc8ff60
parent78380102f6e5d4bbe6bacb0df21aa6afec8ff903
Fix browsing for folders, and allow starting in DATADIR

The previous path seemed to cause a segfault when browsing for a folder
with an empty text-edit. In addition there existed a bug for browsing
from the Engine Settings dialog, where the value of the option was taken
as a filter. Both are fixed now.
 The Option.textValue field, which for FileName Options holds the filter,
for PatName Options could be NULL or "". The latter is now taken to
mean that browsing should start in DATADIR, and is only used when
browsing for sound files or pieceImageDir with empty pathname field.
dialogs.c
gtk/xoptions.c