* src/GrampsDbBase.py: remove thumbnailing routines, add
id creation. Removes gtk and Utils dependencies, making the database routines independent of gtk and gnome. * src/ImgManip.py: add thumbnailing routines. * various: thumbnailing changes and pychecker fixes svn: r3888
This commit is contained in:
@@ -163,7 +163,7 @@ class PeopleView:
|
||||
hc = self.parent.history.count(del_id)
|
||||
for c in range(hc):
|
||||
self.parent.history.remove(del_id)
|
||||
self.parent.hindex = self.parent.hindex - 1
|
||||
self.parent.hindex -= 1
|
||||
|
||||
mhc = self.parent.mhistory.count(del_id)
|
||||
for c in range(mhc):
|
||||
|
Reference in New Issue
Block a user