SuperKaioken / odbc2kml

Automatically exported from code.google.com/p/odbc2kml
0 stars 0 forks source link

icon condition removal #208

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. open conndetails for a connection that has icons and conditions for an icon
2. click remove next to an icon
3.

What is the expected output? What do you see instead?

expected:the condition next to which you clicked remove should be removed
actual:the first condition is removed

Please use labels and text to provide additional information.

Original issue reported on code.google.com by jpetti...@gmail.com on 13 Apr 2010 at 3:32

GoogleCodeExporter commented 9 years ago
Fixed with r649. Icon.getIcons() was setting a new connection's ID to 
IconCondition.iconID instead of IconCondition.ID.

Original comment by mbbowser@gmail.com on 13 Apr 2010 at 3:42

GoogleCodeExporter commented 9 years ago

Original comment by mbbowser@gmail.com on 13 Apr 2010 at 3:42

GoogleCodeExporter commented 9 years ago

Original comment by jpetti...@gmail.com on 13 Apr 2010 at 3:46