Welcome to mirror list, hosted at ThFree Co, Russian Federation.

dev.gajim.org/gajim/gajim-plugins.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilipp Hörist <forenjunkie@chello.at>2017-10-03 01:34:57 +0300
committerPhilipp Hörist <forenjunkie@chello.at>2017-10-03 01:34:57 +0300
commit588e101fad5df20f671c05871e5a52e325e0d8aa (patch)
tree6d852ac5844f2c24779ad2dced51b4b81d05b0b4
parent4ea2f8e24c6ae8178cf255c3a8cb19b01e48cfc2 (diff)
[httpupload] Adapt to UI changes in Gajim
-rw-r--r--httpupload/httpupload.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/httpupload/httpupload.py b/httpupload/httpupload.py
index 95d8b20..22c29b4 100644
--- a/httpupload/httpupload.py
+++ b/httpupload/httpupload.py
@@ -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(