diff options
-rw-r--r-- | addressbook/ChangeLog | 7 | ||||
-rw-r--r-- | addressbook/gui/widgets/eab-contact-display.c | 2 |
2 files changed, 8 insertions, 1 deletions
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 <snallagatla@novell.com> + + * 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 <NotZed@Ximian.com> * 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 <gtkhtml/gtkhtml.h> #include <gtkhtml/gtkhtml-stream.h> -/*#define HANDLE_MAILTO_INTERNALLY 1*/ +#define HANDLE_MAILTO_INTERNALLY 1 #define PARENT_TYPE (GTK_TYPE_HTML) |