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
path: root/juick
diff options
context:
space:
mode:
authorPhilipp Hörist <forenjunkie@chello.at>2017-10-03 01:48:35 +0300
committerPhilipp Hörist <forenjunkie@chello.at>2017-10-03 01:51:10 +0300
commitbb844593988036bf681a16e7d547731c6f12b8de (patch)
tree76ba30b201c2a179465658b17b6bb458b177e4fd /juick
parent18a5477f7989e1aea2ecac0a8ffaae6264b58f32 (diff)
Remove unused var
Diffstat (limited to 'juick')
-rw-r--r--juick/plugin.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/juick/plugin.py b/juick/plugin.py
index c6068a5..b2f1fe4 100644
--- a/juick/plugin.py
+++ b/juick/plugin.py
@@ -177,7 +177,7 @@ class Base(object):
img.set_from_stock('juick', Gtk.IconSize.MENU)
self.button.set_image(img)
self.button.set_tooltip_text(_('Juick commands'))
- send_button = self.chat_control.xml.get_object('send_button')
+
actions_hbox.pack_start(self.button, False, False , 0)
actions_hbox.reorder_child(self.button,
len(actions_hbox.get_children()) - 3)