From 62a80c2d2553724e71f946af9fdc51828f1abd77 Mon Sep 17 00:00:00 2001 From: Sivaiah Nallagatla Date: Fri, 15 Oct 2004 10:08:20 +0000 Subject: uncomment HANDLE_MAILTO_INTERNALLY define so that we will launch composer 2004-10-15 Sivaiah Nallagatla * gui/widgets/eab-contact-display.c : uncomment HANDLE_MAILTO_INTERNALLY define so that we will launch composer through bonobo instead of using gnome_url_show svn path=/trunk/; revision=27592 --- addressbook/ChangeLog | 7 +++++++ addressbook/gui/widgets/eab-contact-display.c | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index 77f65e0044..ab5386f9c6 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,3 +1,10 @@ +2004-10-15 Sivaiah Nallagatla + + * gui/widgets/eab-contact-display.c : uncomment + HANDLE_MAILTO_INTERNALLY define so that we will + launch composer through bonobo instead of using + gnome_url_show + 2004-10-15 Not Zed * gui/widgets/eab-popup.c: added an any select mask and updated diff --git a/addressbook/gui/widgets/eab-contact-display.c b/addressbook/gui/widgets/eab-contact-display.c index fc9cff11a4..c90d071192 100644 --- a/addressbook/gui/widgets/eab-contact-display.c +++ b/addressbook/gui/widgets/eab-contact-display.c @@ -36,7 +36,7 @@ #include #include -/*#define HANDLE_MAILTO_INTERNALLY 1*/ +#define HANDLE_MAILTO_INTERNALLY 1 #define PARENT_TYPE (GTK_TYPE_HTML) -- cgit v1.2.3