Remove unused var
This commit is contained in:
@@ -84,7 +84,6 @@ class Base(object):
|
||||
img.set_from_stock('quickreplies', Gtk.IconSize.MENU)
|
||||
self.button.set_image(img)
|
||||
self.button.set_tooltip_text(_('Quick replies'))
|
||||
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)
|
||||
|
||||
Reference in New Issue
Block a user