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

[httpupload] Adapt to UI changes in Gajim

parent 4ea2f8e2
No related branches found
No related tags found
No related merge requests found
......@@ -153,9 +153,6 @@ class Base(object):
button.set_relief(Gtk.ReliefStyle.NONE)
actions_hbox.add(button)
send_button = chat_control.xml.get_object('send_button')
button_pos = actions_hbox.child_get_property(send_button, 'position')
actions_hbox.child_set_property(button, 'position', button_pos - 1)
self.controls[jid] = button
id_ = button.connect(
......
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