Comment 6 for bug 235345

Revision history for this message
gnufede (gnu.fede) wrote : Re: [Bug 235345] Re: GUI fails to show included / excluded files in preferences

Muestra info errónea en el panel de la derecha, mientras tira esto por
la consola:

Traceback (most recent call last):
  File "/usr/lib/python2.5/site-packages/hdlorean/gui/MainPage.py",
line 600, in onPathTreeSelChanged
    self.updateSnapshotModel(selected)
  File "/usr/lib/python2.5/site-packages/hdlorean/gui/MainPage.py",
line 478, in updateSnapshotModel
    selected
ValueError: row sequence has wrong length

Se arregla cambiando:
   self.__backupsListStore = gtk.ListStore(str,str,str,str,int,str)
por

   self.__backupsListStore = gtk.ListStore(str,str,str,str,str,str,str,int,str)

en la linea 259 de MainPage.py

2008/5/31 Jisakiel <email address hidden>:
> Segundo intento del deb (no consigo subirlo a launchpad, recibo un error
> de
>
> Rejected:
> Could not find person ''
>
> Que no tengo ni puta idea de por dónde va. He probado a ponerme como
> maintainer, a ver si así se lo papea.
>
> En cualquier caso podéis probar con este.
>
> PD: Documentar esto es sci-fi total XDD.
>
> ** Attachment added: "segundo intento del .deb"
> http://launchpadlibrarian.net/14867990/python-hdlorean_0.1.0-1_all.deb
>
> --
> GUI fails to show included / excluded files in preferences
> https://bugs.launchpad.net/bugs/235345
> You received this bug notification because you are a member of HD Lorean
> developers, which is a bug assignee.
>