Community
Participate
Working Groups
If you start GUIdancer and connect to a database (e.g. testweek) the window title is "GUIdancer - testweek" like it should be. But if you now connect to another database (e.g. dev_testweek) the window title still is "GUIdancer - testweek". If you now connect to another database (e.g. abc) the window title is "GUIdancer - dev_testweek". It seems as the database connection in the window title is one step behind the current database connection.
The previous description is not totally correct. When you connect to a database (abc) the first time, the window title does not contain the database name. If you than connect to another database (def) the window title is "abc". When you open a project the correct database is shown.
Fixed with http://git.eclipse.org/c/jubula/org.eclipse.jubula.core.git/commit/?id=e2267bd19b167b4e12da12e9afae1e2a3b046bc9
Bug fixed, tested manually
Tested manually