Ticket #332 (closed defect: fixed)
[PATCH] avahi-discover doesn't work with recent PyGTK
| Reported by: | robert.ancell | Owned by: | lennart |
|---|---|---|---|
| Milestone: | Avahi 0.6.30 | Component: | avahi-python |
| Keywords: | Cc: |
Description
avahi-discover doesn't work with recent PyGTK versions, due to PyGTK checking the type in a treemodel:
Traceback (most recent call last):
File "/usr/lib/pymodules/python2.7/dbus/connection.py", line 214, in maybe_handle_message
self._handler(*args, **kwargs)
File "/usr/bin/avahi-discover", line 126, in new_service
self.zc_ifaces[(interface,protocol)] = self.insert_row(self.treemodel, None, ifn, None,interface,protocol,None,domain)
File "/usr/bin/avahi-discover", line 239, in insert_row
model.set(myiter,0,content,1,name,2,interface,3,protocol,4,stype,5,domain)
TypeError?: value is of the wrong type for this column
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

