Re: [evolution-patches] [Groupwise Proxy] Fix 314347



> @@ -162,7 +164,7 @@ proxy_dialog_finalize (GObject *object)
>                 free_proxy_list (priv->proxy_list);
>                 g_free (priv->help_section);
>                 g_object_unref (priv->xml_tab);
> -               g_free (prd->priv);
> +               g_object_unref (prd->priv);
>                 prd->priv = NULL;
>         }

prd->priv is created using g_new0 and not using g_object_new, So I guess
it should be g_free d. I doubt if g_object_unref will work on something
not derived from GObject. 

ChangeLog is missing. The load-on-click part looks fine.

Sankar P

On Thu, 2005-09-29 at 07:06 +0000, Shreyas Sriniavasan  wrote:
> Hey,
> 
> Attaching patches which fixes
> http://bugzilla.gnome.org/show_bug.cgi?id=314347
> 
> Basically makes the server request only when the 
> proxy tab is clicked from its previous behavior of
> making a server call when the edit->preferences->account
> dialog is launched.
> 
> Cheers,
> Shreyas




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]