fix menuitem
This commit is contained in:
		
							parent
							
								
									7ab0c826fc
								
							
						
					
					
						commit
						f20b203e0e
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -5478,7 +5478,7 @@ class RosterWindow:
 | 
			
		|||
        newitem = Gtk.SeparatorMenuItem.new() # separator
 | 
			
		||||
        gc_sub_menu.append(newitem)
 | 
			
		||||
 | 
			
		||||
        newitem = Gtk.ImageMenuItem(_('_Manage Bookmarks...'))
 | 
			
		||||
        newitem = Gtk.ImageMenuItem.new_with_mnemonic(_('_Manage Bookmarks...'))
 | 
			
		||||
        img = Gtk.Image.new_from_stock(Gtk.STOCK_PREFERENCES,
 | 
			
		||||
            Gtk.IconSize.MENU)
 | 
			
		||||
        newitem.set_image(img)
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		
		Reference in a new issue