forked from M-Labs/artiq
1
0
Fork 0

gui: forgot to rename one data to backing_store

This commit is contained in:
Yann Sionneau 2015-06-19 01:07:37 +02:00
parent 4d077f50c6
commit 645c65014d
1 changed files with 1 additions and 1 deletions

View File

@ -101,7 +101,7 @@ class ExplorerDock(dockarea.Dock):
if idx:
row = idx[0].row()
key = self.explist_model.row_to_key[row]
expinfo = self.explist_model.data[key]
expinfo = self.explist_model.backing_store[key]
if self.datetime_en.isChecked():
due_date = self.datetime.dateTime().toMSecsSinceEpoch()/1000
else: