Fix drag and drop
This commit is contained in:
		
							parent
							
								
									904493b24f
								
							
						
					
					
						commit
						015cecf724
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -3769,7 +3769,7 @@ mg_is_gui_target (GdkDragContext *context)
 | 
			
		|||
	{
 | 
			
		||||
		/* if it's not HEXCHAT_CHANVIEW or HEXCHAT_USERLIST */
 | 
			
		||||
		/* we should ignore it. */
 | 
			
		||||
		if (target_name[0] != 'X')
 | 
			
		||||
		if (target_name[0] != 'H')
 | 
			
		||||
		{
 | 
			
		||||
			g_free (target_name);
 | 
			
		||||
			return FALSE;
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		
		Reference in a new issue