ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
April 17th, 2024 | 14:30-16:00 SGT (UTC+8) | Online

Wireshark-commits: [Wireshark-commits] rev 37871: /trunk/gtk/ /trunk/gtk/: rtp_analysis.c

Date: Sat, 02 Jul 2011 21:36:28 GMT
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