Re: [evolution-patches] task preview in task component
- From: Larry Ewing <lewing ximian com>
- To: Rodrigo Moya <rodrigo ximian com>
- Cc: Evolution Patches <evolution-patches ximian com>
- Subject: Re: [evolution-patches] task preview in task component
- Date: 02 Jul 2003 18:02:08 -0500
you should add something like
static void
on_link_clicked (GtkHTML *html, const char *url, gpointer data)
{
GError *err = NULL;
gnome_url_show (url, &err);
if (err) {
g_warning ("gnome_url_show: %s", err->message);
g_error_free (err);
}
}
and connect it to the GtkHTML::link_clicked
--Larry
On Wed, 2003-07-02 at 17:49, Rodrigo Moya wrote:
> As per Anna's mockup, here's the implementation of a preview pane for
> tasks.
>
> A screenshot of what it looks like is at
> http://primates.ximian.com/~rodrigo/shots/task-details.png.
>
> Could this go into 1.4.x branch?
>
> cheers
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]