Mercurial > libervia-desktop-kivy
diff cagou/plugins/plugin_wid_contact_list.kv @ 491:203755bbe0fe
massive refactoring from camelCase -> snake_case. See backend commit log for more details
author | Goffi <goffi@goffi.org> |
---|---|
date | Sat, 08 Apr 2023 13:44:32 +0200 |
parents | 3c9ba4a694ef |
children |
line wrap: on
line diff
--- a/cagou/plugins/plugin_wid_contact_list.kv Sat Apr 08 13:34:55 2023 +0200 +++ b/cagou/plugins/plugin_wid_contact_list.kv Sat Apr 08 13:44:32 2023 +0200 @@ -37,7 +37,7 @@ size_hint: 1, None height: sp(50) text: _("add this contact") - on_release: root.addContact(contact_jid.text) + on_release: root.contact_add(contact_jid.text) Widget: @@ -87,7 +87,7 @@ SymbolButtonLabel: symbol: 'plus-circled' text: _("add a contact") - on_release: root.addContactMenu() + on_release: root.add_contact_menu() Widget: FloatLayout: id: float_layout