Fix a typo.

Fixes #7664

Signed-off-by: Matěj Cepl <mcepl@redhat.com>
This commit is contained in:
=?UTF-8?q?Mat=C4=9Bj=20Cepl?= 2014-10-18 22:40:33 +02:00
parent bc5eb7a5d4
commit 94a3713bc6
1 changed files with 1 additions and 1 deletions

View File

@ -609,7 +609,7 @@ def get_transport_menu(contact, account):
send_custom_status_menuitem.set_image(gtkgui_helpers.load_icon(
gajim.interface.status_sent_to_users[account][jid]))
else:
icon = Gtk.Imag.new_from_stock(Gtk.STOCK_NETWORK,
icon = Gtk.Image.new_from_stock(Gtk.STOCK_NETWORK,
Gtk.IconSize.MENU)
send_custom_status_menuitem.set_image(icon)
status_menuitems = Gtk.Menu()