fix bug in notemodel, wrong offset
svn: r14184
This commit is contained in:
parent
4268634b1f
commit
2828363e9e
@ -130,7 +130,7 @@ class NoteModel(FlatBaseModel):
|
|||||||
return None
|
return None
|
||||||
|
|
||||||
def sort_change(self, data):
|
def sort_change(self, data):
|
||||||
return "%012x" % data[11]
|
return "%012x" % data[Note.POS_CHANGE]
|
||||||
|
|
||||||
def column_change(self,data):
|
def column_change(self,data):
|
||||||
return unicode(time.strftime('%x %X',time.localtime(
|
return unicode(time.strftime('%x %X',time.localtime(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user