aboutsummaryrefslogtreecommitdiffstats
path: root/mail/em-popup.h
diff options
context:
space:
mode:
authorSrinivasa Ragavan <sragavan@src.gnome.org>2007-06-18 13:23:06 +0800
committerSrinivasa Ragavan <sragavan@src.gnome.org>2007-06-18 13:23:06 +0800
commit68b50c270671de5d3e854ff949efcd66f4c2f745 (patch)
tree05d563948b0cabe9cd78508fa9a9d199949ad05f /mail/em-popup.h
parentb977b54e2febcb4cb767dcf5e26a273f86e7b5db (diff)
downloadgsoc2013-evolution-68b50c270671de5d3e854ff949efcd66f4c2f745.tar
gsoc2013-evolution-68b50c270671de5d3e854ff949efcd66f4c2f745.tar.gz
gsoc2013-evolution-68b50c270671de5d3e854ff949efcd66f4c2f745.tar.bz2
gsoc2013-evolution-68b50c270671de5d3e854ff949efcd66f4c2f745.tar.lz
gsoc2013-evolution-68b50c270671de5d3e854ff949efcd66f4c2f745.tar.xz
gsoc2013-evolution-68b50c270671de5d3e854ff949efcd66f4c2f745.tar.zst
gsoc2013-evolution-68b50c270671de5d3e854ff949efcd66f4c2f745.zip
** Fix for bug #445812 from Gilles Dartiguelongue
svn path=/trunk/; revision=33699
Diffstat (limited to 'mail/em-popup.h')
-rw-r--r--mail/em-popup.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/mail/em-popup.h b/mail/em-popup.h
index 0a26e9c523..8acf3831e2 100644
--- a/mail/em-popup.h
+++ b/mail/em-popup.h
@@ -114,12 +114,14 @@ enum _em_popup_target_select_t {
* @EM_POPUP_URI_HTTP: This is a HTTP or HTTPS url.
* @EM_POPUP_URI_MAILTO: This is a MAILTO url.
* @EM_POPUP_URI_NOT_MAILTO: This is not a MAILTO url.
+ * @EM_POPUP_URI_CALLTO: This is a CALLTO url.
*
**/
enum _em_popup_target_uri_t {
EM_POPUP_URI_HTTP = 1<<0,
EM_POPUP_URI_MAILTO = 1<<1,
EM_POPUP_URI_NOT_MAILTO = 1<<2,
+ EM_POPUP_URI_CALLTO = 1<<3,
};
/**