Fix for the 'Parameter file setttings' dialog.
The columns could not be set to nothing, as the int() function was used to convert the value. This would result in a ValueError. Instead the misc.gui_to_int() function has been written to perform the proper conversion.
Authored by: bugman 2010-12-17
Parent: [r11881]
Child: [r11883]