[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#557808: ITP: gtksheet -- a spreadsheet-like matrix for GTK+



>The fork retains the same bug as the original and will therefore FTBFS.
>
>See #549758
>> gtkitementry.c: In function 'gtk_entry_real_insert_text':
>> gtkitementry.c:696: error: 'GtkEntry' has no member named 'n_bytes'
>
>http://github.com/vhernandez/gtksheet/blob/master/gtksheet/gtkitementry.c#L735
>if (new_text_length + entry->n_bytes + 1 > entry->text_size)
>
>n_bytes is a private part of GtkEntry and gtksheet never had any right
>to expect to be able to access it.


Hi,

I'm the author of the gtksheet library. That code is not compiled for GTK+ versions
higher than 2.18. It's only there for compatibility with older versions of GTK which
don't have the new GtkEntryBuffer API that it's used to replace the code using those
private variables. You can remove that old code and leave only the code for 2.18.

I'll try to make a new release next weekend with all these changes and fixes.

Thank you very much for packaging gtksheet.

Cheers,

Víctor



Reply to: