From 139156ba5ef17b6390c29b5bda775c1e05321c51 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philipp=20H=C3=B6rist?= Date: Sun, 31 Mar 2019 21:52:13 +0200 Subject: [PATCH] FeaturesDialog: Replace python-dbus for avahi --- gajim/gtk/features.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gajim/gtk/features.py b/gajim/gtk/features.py index d99b73c95..7b9924f9f 100644 --- a/gajim/gtk/features.py +++ b/gajim/gtk/features.py @@ -108,7 +108,7 @@ class FeaturesDialog(Gtk.Dialog): app.is_installed('ZEROCONF'), _('Enables Gajim to automatically detected clients in a ' 'local network for serverless chats'), - _('Requires: python-dbus'), + _('Requires: gir1.2-avahi-0.6'), _('Requires: pybonjour and bonjour SDK running (%(url)s)') % {'url': 'https://developer.apple.com/opensource/)'}, None),