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]> |
Ingo, > > Modified: abiword/trunk/src/wp/ap/gtk/ap_UnixDialog_Styles.cpp > =================================================================== > --- abiword/trunk/src/wp/ap/gtk/ap_UnixDialog_Styles.cpp 2012-08-09 15:28:52 UTC (rev 31715) > +++ abiword/trunk/src/wp/ap/gtk/ap_UnixDialog_Styles.cpp 2012-08-09 16:47:02 UTC (rev 31716) > @@ -783,11 +783,10 @@ > gtk_box_pack_start (GTK_BOX (dialog_vbox1), OverallVbox, TRUE, TRUE, 0); > gtk_container_set_border_width (GTK_CONTAINER (OverallVbox), 5); > > - 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? Hub