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