Wireshark-commits: [Wireshark-commits] rev 22946: /trunk/gtk/ /trunk/gtk/: color_dlg.c color_edit_d

Date: Tue, 25 Sep 2007 05:12:49 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=22946

User: gerald
Date: 2007/09/25 05:12 AM

Log:
 In newer versions of GTK+ 2.x, if you have the mouse positioned above a
 button that goes from insensitive to sensitive, the button won't respond
 to mouse clicks.
 
 This caused the Coloring Rules dialog behavior reported in bug 699.  Work 
 around it by not making the up/down buttons insensitive while we're moving
 a rule.
 
 Fixup whitespace.

Directory: /trunk/gtk/
  Changes    Path                Action
  +46 -46    color_dlg.c         Modified
  +3 -9      color_edit_dlg.c    Modified