[evolution/kill-bonobo] Remove useless "Call To..." popup menu option.



commit d8fd55f9ec0e70a0d5c8529ea989f8c272d0c443
Author: Matthew Barnes <mbarnes redhat com>
Date:   Thu May 14 21:31:16 2009 -0400

    Remove useless "Call To..." popup menu option.
---
 mail/e-mail-reader.c |   15 ---------------
 1 files changed, 0 insertions(+), 15 deletions(-)

diff --git a/mail/e-mail-reader.c b/mail/e-mail-reader.c
index 7b50774..499f8fa 100644
--- a/mail/e-mail-reader.c
+++ b/mail/e-mail-reader.c
@@ -975,14 +975,6 @@ action_mail_undelete_cb (GtkAction *action,
 }
 
 static void
-action_mail_uri_call_to_cb (GtkAction *action,
-                            EMailReader *reader)
-{
-	/* FIXME */
-	g_print ("Action: %s\n", gtk_action_get_name (GTK_ACTION (action)));
-}
-
-static void
 action_mail_uri_copy_cb (GtkAction *action,
                          EMailReader *reader)
 {
@@ -1426,13 +1418,6 @@ static GtkActionEntry mail_reader_entries[] = {
 	  N_("Undelete the selected messages"),
 	  G_CALLBACK (action_mail_undelete_cb) },
 
-	{ "mail-uri-call-to",
-	  NULL,
-	  N_("C_all To..."),
-	  NULL,
-	  NULL,  /* XXX Add a tooltip! */
-	  G_CALLBACK (action_mail_uri_call_to_cb) },
-
 	{ "mail-uri-copy",
 	  NULL,
 	  N_("_Copy Link Location"),



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]