Description of problem: In the Network Device dialog for a graphic install, the tooltip for an ethernet interface (hover the mouse over any part of the line) always gives the HWaddr and manufacturer of the last device in the list. Version-Release number of selected component (if applicable): 11.3.0.28 How reproducible: always Steps to Reproduce: 1. Graphical install with more than one ethernet interface. 2. In Network Devices dialog, hover mouse over each line. 3. Actual results: The tooltip which displays the HWaddr and manufacturer always gives the information for the last device in the list. Expected results: The tooltip should give the HWaddr and manufacturer for each different device. Additional info:
The tooltip stuff isn't close to using the API correctly. Fixing, but then running into fun with pygtk segfaulting...
pygtk fixed, updated so that we use the API correctly and committed