← Back to team overview

perroquet-team team mailing list archive

[Bug 551072] Re: Crash when I try to open Property box

 

** Changed in: perroquet
       Status: Confirmed => Incomplete

-- 
Crash when I try to open Property box
https://bugs.launchpad.net/bugs/551072
You received this bug notification because you are a member of Perroquet
Team, which is subscribed to perroquet.

Status in Perroquet: Incomplete

Bug description:
When I try to click on 'Edit->Préférences', anything happened.

Traceback :

Traceback (most recent call last):
  File "/home/quentin/Developpement/perroquet-1.1/perroquetlib/gui.py", line 569, in on_imagemenuitemProperties_activate
    return self.on_toolbuttonProperties_clicked(widget, data)
  File "/home/quentin/Developpement/perroquet-1.1/perroquetlib/gui.py", line 491, in on_toolbuttonProperties_clicked
    self.AskProperties()
  File "/home/quentin/Developpement/perroquet-1.1/perroquetlib/gui.py", line 496, in AskProperties
    (videoPath,exercicePath,translationPath)  = self.core.GetPaths()
  File "/home/quentin/Developpement/perroquet-1.1/perroquetlib/core.py", line 401, in GetPaths
    return (self.videoPath, self.exercicePath, self.translationPath)
AttributeError: 'Core' object has no attribute 'videoPath'





References