Evan Huus
 changed
              bug 8371
        
             
          
            | What | 
            Removed | 
            Added | 
          
         
           | Status | 
           INCOMPLETE
            | 
           RESOLVED
            | 
         
         
           | Resolution | 
           ---
            | 
           FIXED
            | 
         
      
        
            Comment # 8
              on bug 8371
              from  Evan Huus
        (In reply to comment #7)
> Yes, you are double right
> - need to use logical &
> - work is unstable
> 
> I think problem is in internal usage of Ctrl by GTK. Ctrl is used to
> unselect item when click mouse.
Yes, I think you are correct.
> I have replaced Ctrl by Alt and it's OK
> 
> if(event->state & GDK_MOD1_MASK )
>     new_packet_window(NULL, TRUE, FALSE);
I ended up committing Shift in r48470, since that's what web browsers use
(Shift+Click) for opening a link in a new window.
         
      
      
      You are receiving this mail because:
      
      
          - You are watching all bug changes.