Mercurial > libervia-desktop-kivy
comparison cagou/plugins/plugin_wid_chat.py @ 284:ca4daced4638
misc: replaced "dummy" by "__"
author | Goffi <goffi@goffi.org> |
---|---|
date | Mon, 25 Mar 2019 07:11:09 +0100 |
parents | c73a7cd36b54 |
children | 5d96bcd3bfec |
comparison
equal
deleted
inserted
replaced
283:c73a7cd36b54 | 284:ca4daced4638 |
---|---|
495 btn = JidButton( | 495 btn = JidButton( |
496 jid = jid_.bare, | 496 jid = jid_.bare, |
497 profile = profile, | 497 profile = profile, |
498 size_hint = (0.5, None), | 498 size_hint = (0.5, None), |
499 nick = nick, | 499 nick = nick, |
500 on_release=lambda dummy, txt=jid_.bare: self.onHeaderInputCompleted(wid, txt) | 500 on_release=lambda __, txt=jid_.bare: self.onHeaderInputCompleted(wid, txt) |
501 ) | 501 ) |
502 dropdown.add_widget(btn) | 502 dropdown.add_widget(btn) |
503 else: | 503 else: |
504 # more chars, we continue completion by removing unwanted widgets | 504 # more chars, we continue completion by removing unwanted widgets |
505 to_remove = [] | 505 to_remove = [] |