when adding a new root path, the actual list of rootpath's are shown whithout
an default order.
My advice: sort it by directory name
This is my suggestion for MypicsDB.py
def RootFolders():
"return folders which are root for scanning pictures"
return [row for row in Request( """SELECT path,recursive,remove,exclude FROM Rootpaths ORDER BY path""")]
Original issue reported on code.google.com by mdeb...@gmail.com on 19 Jan 2011 at 9:20
Original issue reported on code.google.com by
mdeb...@gmail.com
on 19 Jan 2011 at 9:20