diff --git a/gajim/remote_control.py b/gajim/remote_control.py index fecf31ba6..d772fa51b 100644 --- a/gajim/remote_control.py +++ b/gajim/remote_control.py @@ -62,7 +62,7 @@ def get_dbus_struct(obj): result.insert_value(key, get_dbus_struct(value)) return result.end() # unknown type - return None + return GLib.Variant('s', str(obj)) class Server: