From b95ccf4806b9820f9e61a6a43ea3710817f3dfc4 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Tue, 15 Nov 2005 01:23:51 +0000 Subject: update python stuff a little to match the newest DBUS interfaces git-svn-id: file:///home/lennart/svn/public/avahi/trunk@974 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe --- avahi-python/avahi-bookmarks.in | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'avahi-python/avahi-bookmarks.in') diff --git a/avahi-python/avahi-bookmarks.in b/avahi-python/avahi-bookmarks.in index 2de9186..74037bb 100755 --- a/avahi-python/avahi-bookmarks.in +++ b/avahi-python/avahi-bookmarks.in @@ -62,10 +62,8 @@ class AvahiBookmarks(resource.Resource): self.version_string = self.server.GetVersionString() self.browse_service_type("_http._tcp") - - # Hurrah! if I enable one of the following lines, python segfaults. - #self.browse_service_type("_https._tcp") - #self.browse_service_type("_ftp._tcp") + self.browse_service_type("_https._tcp") + self.browse_service_type("_ftp._tcp") def browse_service_type(self, stype): -- cgit