From 231f3d598e3da4c36f96d1eb22853071f4b69654 Mon Sep 17 00:00:00 2001 From: Not Zed Date: Thu, 17 Apr 2003 03:58:43 +0000 Subject: remove the help menu item handling, as the help menu is removed. Clean up 2003-04-17 Not Zed * mail-signature-editor.c (menu_help): remove the help menu item handling, as the help menu is removed. Clean up of #38927. svn path=/trunk/; revision=20877 --- mail/mail-signature-editor.c | 7 ------- 1 file changed, 7 deletions(-) (limited to 'mail/mail-signature-editor.c') diff --git a/mail/mail-signature-editor.c b/mail/mail-signature-editor.c index 7a28e7a912..8d71636620 100644 --- a/mail/mail-signature-editor.c +++ b/mail/mail-signature-editor.c @@ -271,18 +271,11 @@ menu_file_save_close_cb (BonoboUIComponent *uic, gpointer data, const gchar *pat destroy_editor (editor); } -static void -menu_help (BonoboUIComponent *uih, void *data, const char *path) -{ - gnome_help_display ("usage-mail-getnsend-send.html", "HTML-SIGNATURE-HOWTO", NULL); -} - static BonoboUIVerb verbs [] = { BONOBO_UI_VERB ("FileSave", menu_file_save_cb), BONOBO_UI_VERB ("FileClose", menu_file_close_cb), BONOBO_UI_VERB ("FileSaveClose", menu_file_save_close_cb), - BONOBO_UI_VERB ("HelpSigEditor", menu_help), BONOBO_UI_VERB_END }; -- cgit v1.2.3