Ticket #332 (closed defect: fixed)

Opened 2 years ago

Last modified 2 years ago

[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

Changed 2 years ago by robert.ancell

Changed 2 years ago by lennart

  • status changed from new to closed
  • resolution set to fixed
  • milestone set to Avahi 0.6.30

Thanks! Applied.

Note: See TracTickets for help on using tickets.