Patch from Raphael Ackermann <raphael.ackermann@gmail.com> -- Fix 0001538: tabs and spaces are mixed in some source files
svn: r9713
This commit is contained in:
@@ -145,7 +145,7 @@ class BaseModel(gtk.GenericTreeModel):
|
||||
self.set_property("leak_references",False)
|
||||
self.db = db
|
||||
if sort_map:
|
||||
self.sort_map = [ f for f in sort_map if f[0]]
|
||||
self.sort_map = [ f for f in sort_map if f[0]]
|
||||
col = self.sort_map[scol][1]
|
||||
self.sort_func = self.smap[col]
|
||||
else:
|
||||
|
||||
Reference in New Issue
Block a user