Re: [evolution-patches] [Calendar] line wrap in week view
- From: "Veerapuram Varadhan" <vvaradhan novell com>
- To: <johnnyjacob gmail com>
- Cc: evolution-patches gnome org
- Subject: Re: [evolution-patches] [Calendar] line wrap in week view
- Date: Wed, 11 Jan 2006 01:13:07 -0700
On Wed, 2006-01-11 at 08:03 +0000, Johnny Jacob wrote:
> +2006-01-11 Johnny Jacob <johnnyjacob#gmail.com>
> +
> + * text/e-text.c (e_text_set_property): Add the width to
> + the pango layout.
> +
If it fixes a bug, please mention the bug id.
> case PROP_CLIP_WIDTH:
> text->clip_width = fabs (g_value_get_double (value));
> calc_ellipsis (text);
> - if ( text->line_wrap )
> + if ( text->line_wrap ) {
> + if (text->layout)
> + pango_layout_set_width (text->layout,
> text->clip_width < 0 ? -1 : text->clip_width * PANGO_SCALE);
Please follow the coding style used in the code. Other than that, the
patch looks good.
V. Varadhan
[
Date Prev][
Date Next] [
Thread Prev][Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]