|
From: Adrian <fe...@ma...> - 2000-06-22 01:31:57
|
> > Also, I'd like to mention that in the file gtkitementry.c, two functions are > > duplicated from Gtk+, causing multiple defined symbols when linking statically: > > > > gtk_entry_select_region > > gtk_entry_set_max_length > I'll have this fixed in 0.99.8. > Adrian, I think this might be also what's causing the segfaults in > gtk_entry_select_region calls in sg_plot.c. > I don't get it. Where are we using an entry in sg_plot? However, I found what was cousing the segfaults in sg_worksheet and I fixed it in sg-0.4 (and CVS). It wasn't related to select_region, but to the clear_cell. Question to all: When editing the sheet entry, if I delete all the text, the signal "clear_cell" is emited. Do you think this behavior is correct? Regards, <ADRIAN> |