[httpupload] Adapt to UI changes in Gajim

This commit is contained in:
Philipp Hörist
2017-10-03 00:34:57 +02:00
parent 4ea2f8e24c
commit 588e101fad

View File

@@ -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(