Albums are not removed
Bug #1377597 reported by
Fabio Zaramella
This bug affects 2 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Foto |
Fix Committed
|
High
|
Erasmo Marín |
Bug Description
Albums are not removed correctly, i don't know how to explain it, but i know how to reproduce it:
create an album (it should be the first in the sidebar)
import some photos into it from the library
close
open the program and delete the album created before
now if i create a new album it contain the photos contained in the previous album, even if it have a different name, it looks like it takes the photos from the previous album position.
Changed in foto: | |
importance: | Undecided → High |
milestone: | none → foto-1.0 |
Changed in foto: | |
status: | Confirmed → Fix Committed |
To post a comment you must log in.
confirmed.
The auto-increment in sqlite is restarted when the table has no rows, that causes the bug, because a picture saves a reference to an album id.