[evolution] EHTMLEditorActions - Fix build



commit ee59236fd467da0593e49325fe4549964077ab36
Author: Tomas Popela <tpopela redhat com>
Date:   Wed Mar 11 15:22:11 2015 +0100

    EHTMLEditorActions - Fix build

 e-util/e-html-editor-actions.c |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)
---
diff --git a/e-util/e-html-editor-actions.c b/e-util/e-html-editor-actions.c
index 66391e2..98476a5 100644
--- a/e-util/e-html-editor-actions.c
+++ b/e-util/e-html-editor-actions.c
@@ -135,7 +135,6 @@ editor_update_static_spell_actions (EHTMLEditor *editor)
  *****************************************************************************/
 
 static void
-{
 action_context_delete_cell_contents_cb (GtkAction *action,
                                         EHTMLEditor *editor)
 {
@@ -1500,7 +1499,7 @@ static GtkActionEntry context_entries[] = {
          N_("Cell Contents"),
          NULL,
          NULL,
-         G_CALLBACK (action_context_delete_cell_cb) },
+         G_CALLBACK (action_context_delete_cell_contents_cb) },
 
        { "context-delete-column",
          NULL,


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