patch: fix of depot and schedule dialog
.. this patch fixes the following bug(s) that can be produced in the following way
-- open depot dialog or vehicle - schedule dialog
-- open line management and delete a line
-- in the yet open dialogs (depot / schedule) it was possible to select or rename the deleted line, which leads to unexpected behaviour (ie crash)
The patch
-- contains a container cl**** that stores line-names (it is possible to select or edit names of deleted lines, but this cl**** will recognize this)
-- unifies the line selection components in the depot and schedule dialogs
Edit:
-- forget to svn-add new files
-- change in schedule-list to cope with the changes in gui_scrolled_list
Edit2:
-- updated to 2127