Re: ib - r31682 - in abiword/trunk/src/af/xap: gtk xp
Hubert Figuière <[email protected]>
| Newsgroups | gmane.editors.abiword.devel |
|---|---|
| Message-ID | <[email protected]> |
On 05/08/12 02:22 AM, [email protected] wrote: > + tblEffectRows = gtk_table_new(2, 4, FALSE); Sorry, but GtkTable is deprecated. By doing this change you just double the work for Gtk3 maintenance. Hub