]> git.tdb.fi Git - ext/subsurface.git/commit
Mark the FileChooserButton as UNABLE to select multiple files
authorDirk Hohndel <dirk@hohndel.org>
Wed, 5 Oct 2011 21:16:51 +0000 (14:16 -0700)
committerDirk Hohndel <dirk@hohndel.org>
Wed, 5 Oct 2011 21:18:16 +0000 (14:18 -0700)
commit447c8f04e1045f2c1b4ce65e9d4022a3b6705cff
treeeb5472cf68ae56503977ed7eb8f0c29bb4ffa43a
parent6231b64d3de47dde9420d35ea7e6d620a3a2b966
Mark the FileChooserButton as UNABLE to select multiple files

That's a gtk limitation.

So you have to import XML files one at a time. If this is too big of a
restriction then we need to redesign the import dialog.

Sgned-off-by: Dirk Hohndel <dirk@hohndel.org>
gtk-gui.c