changeset dcdd99cdc1e7 in /home/hg/repos/gajim
author: Emmanuel Gil Peyrot <[email protected]>
branches:
details:http://hg.gajim.org/gajim?cmd=changeset;node=dcdd99cdc1e7
description: Remove the SRV feature, since the switch to Gio it?s always
enabled.
diffstat:
src/features_window.py | 9 ---------
1 files changed, 0 insertions(+), 9 deletions(-)
diffs (26 lines):
diff -r c44805f8d96b -r dcdd99cdc1e7 src/features_window.py
--- a/src/features_window.py Sun Nov 13 21:06:37 2016 +0100
+++ b/src/features_window.py Sun Nov 13 02:32:38 2016 +0000
@@ -72,10 +72,6 @@
_('Passwords can be stored securely and not just in
plaintext.'),
_('Requires gnome-keyring and python-gnome2-desktop, or
kwalletcli.'),
_('Feature not available under Windows.')),
- _('SRV'): (self.srv_available,
- _('Ability to connect to servers which are using SRV
records.'),
- _('Requires dnsutils.'),
- _('Requires nslookup to use SRV records.')),
_('Spell Checker'): (self.speller_available,
_('Spellchecking of composed messages.'),
_('Requires libgtkspell.'),
@@ -199,11 +195,6 @@
return False
return True
- def srv_available(self):
- if os.name == 'nt':
- return True
- return helpers.is_in_path('nslookup')
-
def speller_available(self):
try:
__import__('gtkspell')
_______________________________________________
Commits mailing list
[email protected]
https://lists.gajim.org/cgi-bin/listinfo/commits