Wireshark-commits: [Wireshark-commits] rev 20507: /trunk/gtk/ /trunk/gtk/: about_dlg.c dlg_utils.c
Date: Sat, 20 Jan 2007 02:05:50 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=20507

User: gerald
Date: 2007/01/20 02:05 AM

Log:
 Recent versions of GTK+ have added a "gtk-label-select-on-focus"
 property, which selects the entire contents of a label when it comes
 into focus.  This property annoyingly defaults to TRUE, which meant that
 the labels in simple dialogs and the about box would unexpectedly show
 up selected.
 
 Work around this by setting the focus on the "OK" button in the about
 dialog and the first button specified in simple dialogs.

Directory: /trunk/gtk/
  Changes    Path               Action
  +6 -4      about_dlg.c        Modified
  +33 -2     dlg_utils.c        Modified
  +10 -3     dlg_utils.h        Modified
  +11 -7     simple_dialog.c    Modified