add some comments to previous changeset
This commit is contained in:
		
							parent
							
								
									eea2e1c881
								
							
						
					
					
						commit
						88a358f297
					
				
					 1 changed files with 3 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -302,6 +302,7 @@ class GroupchatControl(ChatControlBase):
 | 
			
		|||
		self.list_treeview.set_expander_column(column)
 | 
			
		||||
 | 
			
		||||
		gajim.gc_connected[self.account][self.room_jid] = False
 | 
			
		||||
		# disable win, we are connected yet
 | 
			
		||||
		ChatControlBase.got_disconnected(self) 
 | 
			
		||||
 | 
			
		||||
		self.update_ui()
 | 
			
		||||
| 
						 | 
				
			
			@ -739,6 +740,7 @@ class GroupchatControl(ChatControlBase):
 | 
			
		|||
			gajim.contacts.remove_gc_contact(self.account, gc_contact)
 | 
			
		||||
		gajim.gc_connected[self.account][self.room_jid] = False
 | 
			
		||||
		ChatControlBase.got_disconnected(self)
 | 
			
		||||
		# We don't redraw the whole banner here, because only icon change
 | 
			
		||||
		self._update_banner_state_image()
 | 
			
		||||
 | 
			
		||||
	def draw_roster(self):
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		
		Reference in a new issue