gui: fixed folder selection bug in configure dialog
commitaec46c9cd62ef9e93eb4a570216790d3a540e2ab
authorChris Frey <cdfrey@foursquare.net>
Tue, 17 May 2011 20:06:03 +0000 (17 16:06 -0400)
committerChris Frey <cdfrey@foursquare.net>
Tue, 17 May 2011 20:06:03 +0000 (17 16:06 -0400)
tree4ea175297af52493627f4ef889e38b2332d4c124
parent38b4b0efee17719a61a1947d439c45e0b35c6d10
gui: fixed folder selection bug in configure dialog

Older versions of the FileChooserButton widget would accept
set_filename() with a path.  Newer versions (such as on Ubuntu 10.10)
strip off the trailing directory, assuming it is a filename.

Change set_filename() call to set_current_folder(), which fixes this
issue.
gui/src/ConfigDlg.cc