summaryrefslogtreecommitdiffstats
path: root/avahi-python/avahi-bookmarks.in
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2005-11-15 01:23:51 +0000
committerLennart Poettering <lennart@poettering.net>2005-11-15 01:23:51 +0000
commitb95ccf4806b9820f9e61a6a43ea3710817f3dfc4 (patch)
treef216520673cc73ac3ffa606e536cf3d9e84221c8 /avahi-python/avahi-bookmarks.in
parent920147831762e4162c110fe89bc5f6f081fd60eb (diff)
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
Diffstat (limited to 'avahi-python/avahi-bookmarks.in')
-rwxr-xr-xavahi-python/avahi-bookmarks.in6
1 files changed, 2 insertions, 4 deletions
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):