fix variable name. Fixes #5379
This commit is contained in:
		
							parent
							
								
									c91da54c9c
								
							
						
					
					
						commit
						66deb15bad
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -632,7 +632,7 @@ class GroupchatControl(ChatControlBase):
 | 
			
		|||
 | 
			
		||||
		self.banner_status_label.set_markup(subject_text)
 | 
			
		||||
 | 
			
		||||
	def prepare_context_menu(self, hide_buttonbar_entries=False):
 | 
			
		||||
	def prepare_context_menu(self, hide_buttonbar_items=False):
 | 
			
		||||
		'''sets sensitivity state for configure_room'''
 | 
			
		||||
		xml = gtkgui_helpers.get_glade('gc_control_popup_menu.glade')
 | 
			
		||||
		menu = xml.get_widget('gc_control_popup_menu')
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		
		Reference in a new issue