Re: [evolution-patches] Patch to allow a contact to be opened in the editor from command-line.



You shouldn't do anything AFTER the parent dispose method is invoked.

Why is it done as query strings, rather than uri parameters like the
mailer?  Why can't you specify the source uid as part of the uri
specification (i.e. host/usrname) rather than as a query parameter?

The query decoding is too simple too, it needs to do proper url-decoding
of the parameters, if you're going to go that route - which should be
avoided anyway (simply because you need to do so much more work than te
url parameters already do for you).


On Sat, 2005-07-09 at 20:43 +0530, Veerapuram Varadhan wrote:
>   }
>  
>         (* G_OBJECT_CLASS (parent_class)->dispose) (object);
> +       for (l = priv->views; l; l = l->next) {
> +               AddressbookView *view = l->data;
> +               g_object_weak_unref (G_OBJECT (view),
> view_destroyed_cb, ADDRESSBOOK_COMPONENT (object));
> +       }
> +       g_list_free (priv->view 




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