Re: ib - r31716 - in abiword/trunk/src/wp/ap: gtk xp

From: Hubert Figuière <hfiguiere_at_teaser.fr>
Date: Thu Aug 09 2012 - 19:00:02 CEST

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
Received on Thu Aug 9 19:00:16 2012

This archive was generated by hypermail 2.1.8 : Thu Aug 09 2012 - 19:00:16 CEST