← Back to team overview

gtg-win team mailing list archive

[Bug 675321] [NEW] Gtg crashes when trying to open the preferences

 

Public bug reported:

Gtg crashes with the given traceback

Traceback (most recent call last):
  File "C:\Documents and Settings\admin\Mes documents\workspace\gtg-win\GTG\gtk\browser\browser.py", line 393, in open_preferences
    self.vmanager.open_preferences(self.config)
  File "C:\Documents and Settings\admin\Mes documents\workspace\gtg-win\GTG\gtk\manager.py", line 215, in open_preferences
    self.preferences.activate(config_priv)
  File "C:\Documents and Settings\admin\Mes documents\workspace\gtg-win\GTG\gtk\preferences.py", line 272, in activate
    self._refresh_preferences_store()
  File "C:\Documents and Settings\admin\Mes documents\workspace\gtg-win\GTG\gtk\preferences.py", line 182, in _refresh_preferences_store
    self.pref_show_preview.set_active(self.config_priv["contents_preview_enable"])
AttributeError: SubConfig instance has no attribute '__getitem__'

** Affects: gtg-win
     Importance: Critical
     Assignee: Alexandre COLLIGNON (alexandre-collignon)
         Status: Fix Committed

** Changed in: gtg-win
   Importance: Undecided => Critical

** Changed in: gtg-win
       Status: New => Confirmed

** Changed in: gtg-win
     Assignee: (unassigned) => Alexandre COLLIGNON (alexandre-collignon)

** Changed in: gtg-win
    Milestone: None => 0.3

-- 
Gtg crashes when trying to open the preferences
https://bugs.launchpad.net/bugs/675321
You received this bug notification because you are a member of Gtg-win
developers, which is the registrant for Getting Things GNOME! Windows.

Status in Getting Things GNOME! Windows: Fix Committed

Bug description:
Gtg crashes with the given traceback

Traceback (most recent call last):
  File "C:\Documents and Settings\admin\Mes documents\workspace\gtg-win\GTG\gtk\browser\browser.py", line 393, in open_preferences
    self.vmanager.open_preferences(self.config)
  File "C:\Documents and Settings\admin\Mes documents\workspace\gtg-win\GTG\gtk\manager.py", line 215, in open_preferences
    self.preferences.activate(config_priv)
  File "C:\Documents and Settings\admin\Mes documents\workspace\gtg-win\GTG\gtk\preferences.py", line 272, in activate
    self._refresh_preferences_store()
  File "C:\Documents and Settings\admin\Mes documents\workspace\gtg-win\GTG\gtk\preferences.py", line 182, in _refresh_preferences_store
    self.pref_show_preview.set_active(self.config_priv["contents_preview_enable"])
AttributeError: SubConfig instance has no attribute '__getitem__'





Follow ups

References