Re: [evolution-patches] Fix for Task Pane resizing (#55653)
- From: Rodrigo Moya <rodrigo novell com>
- To: Rodney Dawes <dobey novell com>
- Cc: Evolution Patches <evolution-patches lists ximian com>
- Subject: Re: [evolution-patches] Fix for Task Pane resizing (#55653)
- Date: Thu, 08 Jul 2004 23:34:26 +0200
On Thu, 2004-07-08 at 15:44 -0400, Rodney Dawes wrote:
> This patch fixes bug 55653 and sets the task pane position correctly
> when we switch to the Tasks component.
>
> static void
> +pane_realised (GtkWidget *widget, ETasks *tasks) {
>
the { char should be in its own line.
> + priv->paned = gtk_vpaned_new ();
> + g_signal_connect(priv->paned, "realize", G_CALLBACK
> (pane_realised), tasks);
> +
missing extra space between the function/macro name and the ( char.
> +
> + gtk_paned_set_position ((GtkPaned *)tasks->priv->paned,
> calendar_config_get_task_vpane_pos ());
> }
why do you need this call? isn't the pane_realised callback enough?
Apart from this, it looks ok to me.
cheers
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]