Re: ib - r31716 - in abiword/trunk/src/wp/ap: gtk xp
Hubert Figuière <[email protected]>
| Newsgroups | gmane.editors.abiword.devel |
|---|---|
| Message-ID | <[email protected]> |
On 09/08/12 10:09 AM, Ingo Brückl wrote: > > Hubert Figuière wrote on Thu, 09 Aug 2012 10:00:02 -0700: > >>> - comboTable = gtk_table_new (4,2, TRUE); >>> + comboTable = gtk_table_new (6,2, FALSE); >>> gtk_widget_show (comboTable); > >> As I said in a previous comment, GtkTable is deprecated. So why >> insisting on using it? > > I'm only changing an existing table. > Revision 31682 you created a new one. You didn't reply to that when I commented. Hub