Ethereal-dev: [Ethereal-dev] gui_prefs.c remember directory patch

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: Ian Schorr <spamcontrol2@xxxxxxxxxxx>
Date: Mon, 10 Nov 2003 18:02:35 -0500
Patch to fix a bug that I believe was introduced when Oliver's toolbar changes were added (radio buttons are not selectable):

Attachment: gui_prefs.c.diff
Description: Binary data



Against 0.9.16/current CVS.

The gtk_table_set_row_spacings() change needed to be made since a new row was added, but there's probably a better way to order the row numbers in the two create_preference_radio_buttons() lines that would help prevent this from happening again...