* src/RelLib.py (sortbysource): Low-level implementation;

(sortbyplace): Typo.
* src/Sources.py (by_title): Remove function (superseded by
RelLib.GrampsDB.sortbysource).


svn: r2909
This commit is contained in:
Alex Roitman
2004-02-24 20:53:58 +00:00
parent 09360cae89
commit d6d21fa4b0
3 changed files with 10 additions and 17 deletions

View File

@@ -502,6 +502,3 @@ class SourceEditor:
import EditSource
EditSource.EditSource(RelLib.Source(),self.db, self,self.sourceDisplay, self.update_display)
def by_title(first,second):
return cmp(first.get_title(),second.get_title())