add a fixme
This commit is contained in:
		
							parent
							
								
									16280995f2
								
							
						
					
					
						commit
						0403e0dfab
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -209,9 +209,9 @@ class TabbedChatWindow(chat.Chat):
 | 
				
			||||||
			gajim.config.set('chat-height', height)
 | 
								gajim.config.set('chat-height', height)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	def on_tabbed_chat_window_destroy(self, widget):
 | 
						def on_tabbed_chat_window_destroy(self, widget):
 | 
				
			||||||
		#clean self.plugin.windows[self.account]['chats']
 | 
					 | 
				
			||||||
		# on window destroy, send 'gone' chatstate
 | 
							# on window destroy, send 'gone' chatstate
 | 
				
			||||||
		self.send_chatstate('gone')
 | 
							self.send_chatstate('gone') # FIXME: loop to each tab and send that
 | 
				
			||||||
 | 
							#clean self.plugin.windows[self.account]['chats']
 | 
				
			||||||
		chat.Chat.on_window_destroy(self, widget, 'chats')
 | 
							chat.Chat.on_window_destroy(self, widget, 'chats')
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	def on_tabbed_chat_window_focus_in_event(self, widget, event):
 | 
						def on_tabbed_chat_window_focus_in_event(self, widget, event):
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		
		Reference in a new issue