aboutsummaryrefslogtreecommitdiffstats
path: root/mail/em-popup.h
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2009-05-15 09:20:55 +0800
committerMatthew Barnes <mbarnes@redhat.com>2009-05-15 09:22:56 +0800
commitea3e4f239a529716452159d5deac20cd9a38c832 (patch)
tree1eddd969ee6709b14ecb28eb079995363d3c741f /mail/em-popup.h
parent6c1805443f69bc65e05e323ff60ceeb0ae702800 (diff)
downloadgsoc2013-evolution-ea3e4f239a529716452159d5deac20cd9a38c832.tar
gsoc2013-evolution-ea3e4f239a529716452159d5deac20cd9a38c832.tar.gz
gsoc2013-evolution-ea3e4f239a529716452159d5deac20cd9a38c832.tar.bz2
gsoc2013-evolution-ea3e4f239a529716452159d5deac20cd9a38c832.tar.lz
gsoc2013-evolution-ea3e4f239a529716452159d5deac20cd9a38c832.tar.xz
gsoc2013-evolution-ea3e4f239a529716452159d5deac20cd9a38c832.tar.zst
gsoc2013-evolution-ea3e4f239a529716452159d5deac20cd9a38c832.zip
Bug 458491 – Remove useless "Call To..." popup menu option
Diffstat (limited to 'mail/em-popup.h')
-rw-r--r--mail/em-popup.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/mail/em-popup.h b/mail/em-popup.h
index 77f80e5599..8df98a6488 100644
--- a/mail/em-popup.h
+++ b/mail/em-popup.h
@@ -113,14 +113,12 @@ 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,
+ EM_POPUP_URI_NOT_MAILTO = 1<<2
};
/**