Re: ib - r31716 - in abiword/trunk/src/wp/ap: gtk xp
Ingo Brückl <[email protected]>
| Newsgroups | gmane.editors.abiword.devel |
|---|---|
| Message-ID | <[email protected]> |
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. Ingo