[nk] Deleted var not needed anymore
This commit is contained in:
		
							parent
							
								
									6006fb82aa
								
							
						
					
					
						commit
						df5903a95a
					
				
					 1 changed files with 2 additions and 4 deletions
				
			
		| 
						 | 
					@ -514,12 +514,10 @@ class ChatControlBase(MessageControl):
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	def on_actions_button_clicked(self, widget):
 | 
						def on_actions_button_clicked(self, widget):
 | 
				
			||||||
		'''popup action menu'''
 | 
							'''popup action menu'''
 | 
				
			||||||
		#FIXME: BUG http://bugs.gnome.org/show_bug.cgi?id=316786
 | 
					 | 
				
			||||||
		self.button_clicked = widget
 | 
					 | 
				
			||||||
		
 | 
					 | 
				
			||||||
		menu = self.prepare_context_menu()
 | 
							menu = self.prepare_context_menu()
 | 
				
			||||||
		menu.show_all()
 | 
							menu.show_all()
 | 
				
			||||||
		gtkgui_helpers.popup_emoticons_under_button(menu, widget, self.parent_win)
 | 
							gtkgui_helpers.popup_emoticons_under_button(menu, widget,
 | 
				
			||||||
 | 
								self.parent_win)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	def update_font(self):
 | 
						def update_font(self):
 | 
				
			||||||
		font = pango.FontDescription(gajim.config.get('conversation_font'))
 | 
							font = pango.FontDescription(gajim.config.get('conversation_font'))
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		
		Reference in a new issue