Re: jbrefort - r34971 - abiword/trunk/src/wp/ap/gtk

Hubert Figuière <[email protected]> Tue, 11 Nov 2014 23:04:25 -0500
Newsgroups gmane.editors.abiword.devel
Message-ID <[email protected]>
On 11/11/14 04:12 AM, [email protected] wrote:
> 
> Author: jbrefort
> Date: 2014-11-11 10:12:14 +0100 (Tue, 11 Nov 2014)
> New Revision: 34971
> 
> Modified:
>    abiword/trunk/src/wp/ap/gtk/ap_UnixDialog_Styles.cpp
> Log:
> Fixed the style modify dialog. Please test and backport.


Not sure what it fixes - so harder to test - but this surely conflicts
with Gtk2 support as GtkGrid doesn't exists there.
It is fine for trunk though.


> @@ -919,9 +893,10 @@
>  	gtk_widget_show (descriptionFrame);
>  	gtk_box_pack_start (GTK_BOX (OverallVbox), descriptionFrame, FALSE, FALSE, 0);
>  
> -	DescriptionText = gtk_widget_new (GTK_TYPE_FRAME,
> +	DescriptionText = gtk_widget_new (GTK_TYPE_LABEL,
>  					  "xpad", 0, "ypad", 6,
>  					  "wrap", TRUE,
> +					  "max-width-chars", 64,
>  					  NULL);

Thank you for fixing this one. It was a typo / cut&paste error in one of
my previous patch (trunk only) trunk@34959



Thanks,

Hub