Description of problem: Traceback possibly because instead being passed a lat/longitude combo, only a latitude is set. Version-Release number of selected component (if applicable): system-config-date-1.9.0-1.fc7 How reproducible: Use following steps. Steps to Reproduce: 1. start system-config-date from gnome-terminal 2. Time Zone tab 3. scroll to bottom of selected city pane 4. expand non-geographic-timezones 5. choose any of the GMT options. Actual results: 1. Nothing seems to happen in the map, nor in the settings {but it might!} 2. A traceback appears on the terminal: <GMT> Traceback (most recent call last): File "/usr/share/system-config-date/timezone_map_gui.py", line 439, in selectionChanged self.move_to (entry.long, entry.lat) File "/usr/share/system-config-date/timezone_map_gui.py", line 442, in move_to self.vp_set (long, lat) File "/usr/share/system-config-date/timezone_map_gui.py", line 375, in vp_set long += 180.0 TypeError: unsupported operand type(s) for +=: 'NoneType' and 'float' * more attached. Expected results: Preferably map zooms fully out, and a longitudinal line or strip could be highlighted based on the GMT offset, rather than a single dot.
Created attachment 197401 [details] Some tracebacks as various GMT zones are clicked.
Created attachment 197431 [details] Probably relates tracebacks since only occurs after selecting GMT zones Once the original traceback has occurred, clicking either zoom-in/out, or the slider causes additional different tracebacks - GarbageIGOut ?
I've fixed the traceback and will build a new version for Rawhide/Development soon (which should find its way back to F7 after it got some testing), but haven't implemented any graphical feedback like you suggested yet. I'll defer this until after Fedora 8 is out, please reopen the bug then. Thanks.
system-config-date-1.9.12-1.fc8 fixes the traceback
On F8 with system-config-date-1.9.16-1.fc8 on f8 or system-config-date-1.9.18-1.fc9: - traceback in comment 0 and 1 no longer occur. - the zoom in / out traceback while a GMT zone is selected still causes tb in #2