aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/gui/widgets
diff options
context:
space:
mode:
authorSivaiah Nallagatla <snallagatla@novell.com>2004-10-15 18:08:20 +0800
committerSivaiah Nallagatla <siva@src.gnome.org>2004-10-15 18:08:20 +0800
commit62a80c2d2553724e71f946af9fdc51828f1abd77 (patch)
tree0f0440675fad338486817c458990e232b56e74a8 /addressbook/gui/widgets
parenta0eff551fb9e4673bb3d45a5e331a0802d16aeca (diff)
downloadgsoc2013-evolution-62a80c2d2553724e71f946af9fdc51828f1abd77.tar
gsoc2013-evolution-62a80c2d2553724e71f946af9fdc51828f1abd77.tar.gz
gsoc2013-evolution-62a80c2d2553724e71f946af9fdc51828f1abd77.tar.bz2
gsoc2013-evolution-62a80c2d2553724e71f946af9fdc51828f1abd77.tar.lz
gsoc2013-evolution-62a80c2d2553724e71f946af9fdc51828f1abd77.tar.xz
gsoc2013-evolution-62a80c2d2553724e71f946af9fdc51828f1abd77.tar.zst
gsoc2013-evolution-62a80c2d2553724e71f946af9fdc51828f1abd77.zip
uncomment HANDLE_MAILTO_INTERNALLY define so that we will launch composer
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 svn path=/trunk/; revision=27592
Diffstat (limited to 'addressbook/gui/widgets')
-rw-r--r--addressbook/gui/widgets/eab-contact-display.c2
1 files changed, 1 insertions, 1 deletions
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)