Restore single click behaviour. Function was called 2 times by mistake.
This commit is contained in:
parent
88db86bb99
commit
e07ce48240
1 changed files with 0 additions and 1 deletions
|
@ -3392,7 +3392,6 @@ class RosterWindow:
|
||||||
# We just save on which row we press button, and open chat window on
|
# We just save on which row we press button, and open chat window on
|
||||||
# button release to be able to do DND without opening chat window
|
# button release to be able to do DND without opening chat window
|
||||||
self.clicked_path = path
|
self.clicked_path = path
|
||||||
self.on_row_activated(widget, path)
|
|
||||||
return
|
return
|
||||||
else:
|
else:
|
||||||
if type_ == 'group' and x < 27:
|
if type_ == 'group' and x < 27:
|
||||||
|
|
Loading…
Add table
Reference in a new issue