Skip to content
Snippets Groups Projects
Commit db39511c authored by Vincent Texier's avatar Vincent Texier
Browse files

Fix menu "View in Wot" broken

parent 43f3ea3d
No related branches found
No related tags found
No related merge requests found
...@@ -140,7 +140,7 @@ class CommunityTabWidget(QWidget, Ui_CommunityTabWidget): ...@@ -140,7 +140,7 @@ class CommunityTabWidget(QWidget, Ui_CommunityTabWidget):
person = self.sender().data() person = self.sender().data()
index_wot_tab = self.tabs_information.indexOf(self.wot_tab) index_wot_tab = self.tabs_information.indexOf(self.wot_tab)
# redraw WoT with this member selected # redraw WoT with this member selected
self.wot_tab.draw_graph(person.pubkey) self.wot_tab.draw_graph({'text': person.uid, 'id': person.pubkey})
# change page to WoT # change page to WoT
self.tabs_information.setCurrentIndex(index_wot_tab) self.tabs_information.setCurrentIndex(index_wot_tab)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment