Attached is a diff to correct the GTK+ warning with the find dialog box. The gtk_table_attach_defaults was unneeded. Removed this line of the patch. Sorry, I didn't get a warning under MickeySoft C++. This again is a full patch against the current CVS.
Greg
>>> Guy Harris <guy@xxxxxxxxxxxx> 7/22/2003 12:34:38 PM >>>
On Tue, Jul 22, 2003 at 08:27:09AM -0600, Greg Morris wrote: > The second set of patches is a diff between my current source and the > current CVS as of yesterday morning. The attached diffs are the same but > I failed to include the file.h.diff which has the function prototype for > the find_ascii and get_int_value functions. So here is the complete > patch again to eliminate any confusion. Disregard the previous patches.
"file.h"'s prototype for "find_ascii()" doesn't match "find_ascii()"s declaration.
Also, in "find_dlg.c", you're doing
gtk_table_attach_defaults(GTK_TABLE(combo_hb), combo_cb, 1, 2, 0, 1);
but "combo_hb" is an hbox, not a table, so we get a warning from GTK+ when the Find dialog box pops up.
|
Attachment:
find_dlg.c.diff
Description: Binary data