wicd icon indicating copy to clipboard operation
wicd copied to clipboard

Fix guiutil.py self.entry.set_text(text)

Open prlof opened this issue 9 years ago • 0 comments

set_text expects a string while text sometimes can be of dbus.Int32 (not sure if bug from dbus or wicd-gtk but this fixes it).

File "/usr/share/wicd/gtk/guiutil.py", line 165, in set_text self.entry.set_text(text) TypeError: Gtk.Entry.set_text() argument 1 must be string, not dbus.Int32

prlof avatar Feb 16 '16 09:02 prlof