Bug 520695 - system-config-date doesn't close when I click ok
Summary: system-config-date doesn't close when I click ok
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: system-config-date
Version: rawhide
Hardware: All
OS: Linux
low
medium
Target Milestone: ---
Assignee: Nils Philippsen
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2009-09-01 20:05 UTC by Riku Seppala
Modified: 2009-09-04 17:45 UTC (History)
1 user (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2009-09-04 17:45:01 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Riku Seppala 2009-09-01 20:05:17 UTC
Description of problem: system-config-date doesn't close when I click ok	

[root@localhost ~]# system-config-date
Traceback (most recent call last):
  File "/usr/share/system-config-date/scdMainWindow.py", line 205, in custom_handler
    return module.custom_widgets[function_name] (glade)
  File "/usr/share/system-config-date/timezone_gui.py", line 43, in timezone_widget_create
    widget = TimezoneMap(ZoneTab (), default, map=mappath, tzActionLabel = tzActionLabel)
  File "/usr/share/system-config-date/timezone_map_gui.py", line 324, in __init__
    self.timezone_list_init (default)
  File "/usr/share/system-config-date/timezone_map_gui.py", line 172, in timezone_list_init
    tz_root_str, tz_node_str = gettext (entry.tz).rsplit ('/', 1)
NameError: global name 'gettext' is not defined

******** when I uncheck system clock uses UTC and click OK

Traceback (most recent call last):
  File "/usr/share/system-config-date/scdMainWindow.py", line 77, in ok_clicked
    self.apply ()
  File "/usr/share/system-config-date/scdMainWindow.py", line 188, in apply
    timezone, utc = self.timezonePage.getTimezoneInfo ()
  File "/usr/share/system-config-date/timezone_gui.py", line 77, in getTimezoneInfo
    return self.tz.getCurrent().tz, self.utcCheck.get_active()
AttributeError: 'gtk.Label' object has no attribute 'getCurrent'


Note You need to log in before you can comment on or make changes to this bug.