agh, re typo
This commit is contained in:
		
							parent
							
								
									72ae44ec0c
								
							
						
					
					
						commit
						bb072aafb8
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -941,7 +941,7 @@ class ChatControl(ChatControlBase): | ||||||
| 			menuitem = gtk.ImageMenuItem(gtk.STOCK_SAVE_AS) | 			menuitem = gtk.ImageMenuItem(gtk.STOCK_SAVE_AS) | ||||||
| 			id = menuitem.connect('activate',  | 			id = menuitem.connect('activate',  | ||||||
| 				gtkgui_helpers.on_avatar_save_as_menuitem_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') | 					'.jpeg') | ||||||
| 			self.handlers[id] = menuitem | 			self.handlers[id] = menuitem | ||||||
| 			menu.append(menuitem) | 			menu.append(menuitem) | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		
		Reference in a new issue