Daniel Brötzmann pushed to branch mainwindow at gajim / gajim
Commits:
26544cfb by wurstsalat at 2021-10-24T23:39:53+02:00
AddContact: Always show Add button
- - - - -
1 changed file:
- gajim/gtk/add_contact.py
Changes:
=====================================
gajim/gtk/add_contact.py
=====================================
@@ -323,8 +323,6 @@ def __init__(self):
self.show_all()
def get_visible_buttons(self):
- if self._contact.is_in_roster:
- return ['back']
return ['back', 'add']
def get_default_button(self):
View it on GitLab:
https://dev.gajim.org/gajim/gajim/-/commit/26544cfb253a4213d817d233c8d26cb7ca278a66
--
View it on GitLab:
https://dev.gajim.org/gajim/gajim/-/commit/26544cfb253a4213d817d233c8d26cb7ca278a66
You're receiving this email because of your account on dev.gajim.org.
_______________________________________________
Commits mailing list
[email protected]
https://lists.gajim.org/cgi-bin/listinfo/commits