Skip to content
Snippets Groups Projects
Commit 6897297d authored by Kien Le's avatar Kien Le
Browse files

Revert a reverted change

parent e722f16a
No related branches found
No related tags found
No related merge requests found
...@@ -168,7 +168,7 @@ class ChannelDialog(UiDBInfoDialog): ...@@ -168,7 +168,7 @@ class ChannelDialog(UiDBInfoDialog):
str(row_content[3])) str(row_content[3]))
self.data_table_widget.cellWidget(row_idx, 5).setText(row_content[4]) self.data_table_widget.cellWidget(row_idx, 5).setText(row_content[4])
self.data_table_widget.cellWidget(row_idx, 6).setValue(row_content[5]) self.data_table_widget.cellWidget(row_idx, 6).setValue(row_content[5])
self.data_table_widget.cellWidget(row_idx, 7).set_checked(row_content[6]) self.data_table_widget.cellWidget(row_idx, 7).setChecked(row_content[6])
def set_row_widgets(self, row_idx, fk=False): def set_row_widgets(self, row_idx, fk=False):
""" """
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment