http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=37871
User: wmeier
Date: 2011/07/02 02:36 PM
Log:
Log:
Fix incorrect usage of gtk_radio_button_new_with_label()/gtk_radio_button_get_group();
Use gtk_radio_button_new_with_label_from_widget().
Essentially: gtk_radio_button_get_group() must be called after each gtk_radio_button_new...()
before using the 'group' GSList pointer in another call to gtk_radio_button_new...().
In these cases the incorrect usage appears to only have resulted in allowing multiple
radio buttons to be activated simultaneously.
(In at least one case elsewhere, the incorrect usage resulted in a Wireshark crash).
Directory: /trunk/gtk/
Changes Path Action
+8 -17 rtp_analysis.c Modified