Skip to content
Snippets Groups Projects
Commit 12e534d0 authored by Philipp Hörist's avatar Philipp Hörist
Browse files

Merge branch 'logind' into 'master'

logind_listener: fix TypeError

See merge request gajim/gajim!193
parents 52482ec7 5395bb1c
No related branches found
No related tags found
No related merge requests found
......@@ -92,7 +92,7 @@ def get_inhibitor(connection):
GLib.VariantType.new('(h)'),
Gio.DBusCallFlags.NONE, -1, None, None)
fd = ret.out_fd_list.get(ret[0])
fd = ret.out_fd_list.get(0)
def appeared(connection, name, name_owner, *user_data):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment