Skip to content
Snippets Groups Projects
Commit bb072aaf authored by jimpp's avatar jimpp
Browse files

agh, re typo

parent 72ae44ec
No related branches found
No related tags found
No related merge requests found
......@@ -941,7 +941,7 @@ class ChatControl(ChatControlBase):
menuitem = gtk.ImageMenuItem(gtk.STOCK_SAVE_AS)
id = menuitem.connect('activate',
gtkgui_helpers.on_avatar_save_as_menuitem_activate,
self.contact.jid, self.account, self.contact.get_shown_name() + \
self.contact.jid, self.account, self.contact.get_shown_name() +
'.jpeg')
self.handlers[id] = menuitem
menu.append(menuitem)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment