fix attach/detach keyboard shortcut broken by the autocopy patch
This commit is contained in:
		
							parent
							
								
									4d56196ced
								
							
						
					
					
						commit
						8877fe73b1
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -1585,7 +1585,7 @@ static struct mymenu mymenu[] = {
 | 
				
			||||||
#endif
 | 
					#endif
 | 
				
			||||||
	{0, 0, 0, M_SEP, 0, 0, 0},	/* 11 */
 | 
						{0, 0, 0, M_SEP, 0, 0, 0},	/* 11 */
 | 
				
			||||||
#define DETACH_OFFSET (12)
 | 
					#define DETACH_OFFSET (12)
 | 
				
			||||||
	{0, menu_detach, GTK_STOCK_REDO, M_MENUSTOCK, 0, 0, 1, GDK_I},	/* 12 */
 | 
						{0, menu_detach, GTK_STOCK_REDO, M_MENUSTOCK, 0, 0, 1, GDK_i},	/* 12 */
 | 
				
			||||||
#define CLOSE_OFFSET (13)
 | 
					#define CLOSE_OFFSET (13)
 | 
				
			||||||
	{0, menu_close, GTK_STOCK_CLOSE, M_MENUSTOCK, 0, 0, 1, GDK_w},
 | 
						{0, menu_close, GTK_STOCK_CLOSE, M_MENUSTOCK, 0, 0, 1, GDK_w},
 | 
				
			||||||
	{0, 0, 0, M_SEP, 0, 0, 0},
 | 
						{0, 0, 0, M_SEP, 0, 0, 0},
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		
		Reference in a new issue