[evolution/wip/webkit-composer: 951/966] Rename EEditorHRuleDialog to EHTMLEditorHRuleDialog



commit e913c7a2873bf4ad18b09e955672748d8781213f
Author: Tomas Popela <tpopela redhat com>
Date:   Mon Mar 31 10:47:20 2014 +0200

    Rename EEditorHRuleDialog to EHTMLEditorHRuleDialog

 .../evolution-util/evolution-util-docs.sgml        |    2 +-
 .../evolution-util/evolution-util-sections.txt     |   26 +++---
 doc/reference/evolution-util/evolution-util.types  |    2 +-
 e-util/Makefile.am                                 |    4 +-
 e-util/e-editor-hrule-dialog.h                     |   69 ---------------
 e-util/e-html-editor-actions.c                     |    4 +-
 ...hrule-dialog.c => e-html-editor-hrule-dialog.c} |   90 ++++++++++----------
 e-util/e-html-editor-hrule-dialog.h                |   70 +++++++++++++++
 e-util/e-html-editor-private.h                     |    2 +-
 e-util/e-util.h                                    |    2 +-
 10 files changed, 136 insertions(+), 135 deletions(-)
---
diff --git a/doc/reference/evolution-util/evolution-util-docs.sgml 
b/doc/reference/evolution-util/evolution-util-docs.sgml
index 4f87635..e667b4c 100644
--- a/doc/reference/evolution-util/evolution-util-docs.sgml
+++ b/doc/reference/evolution-util/evolution-util-docs.sgml
@@ -100,7 +100,6 @@
 
   <chapter>
     <title>HTML Editing</title>
-    <xi:include href="xml/e-editor-hrule-dialog.xml"/>
     <xi:include href="xml/e-editor-image-dialog.xml"/>
     <xi:include href="xml/e-editor-link-dialog.xml"/>
     <xi:include href="xml/e-editor-page-dialog.xml"/>
@@ -120,6 +119,7 @@
     <xi:include href="xml/e-html-editor-cell-dialog.xml"/>
     <xi:include href="xml/e-html-editor-dialog.xml"/>
     <xi:include href="xml/e-html-editor-find-dialog.xml"/>
+    <xi:include href="xml/e-html-editor-hrule-dialog.xml"/>
     <xi:include href="xml/e-html-editor-selection.xml"/>
     <xi:include href="xml/e-html-editor-widget.xml"/>
     <xi:include href="xml/e-image-chooser-dialog.xml"/>
diff --git a/doc/reference/evolution-util/evolution-util-sections.txt 
b/doc/reference/evolution-util/evolution-util-sections.txt
index 246b806..bf86efe 100644
--- a/doc/reference/evolution-util/evolution-util-sections.txt
+++ b/doc/reference/evolution-util/evolution-util-sections.txt
@@ -1656,20 +1656,20 @@ EHTMLEditorFindDialogPrivate
 
 <SECTION>
 <FILE>e-editor-hrule-dialog</FILE>
-<TITLE>EEditorHRuleDialog</TITLE>
-EEditorHRuleDialog
-e_editor_hrule_dialog_new
-<SUBSECTION Standard>
-E_EDITOR_HRULE_DIALOG
-E_IS_EDITOR_HRULE_DIALOG
-E_TYPE_EDITOR_HRULE_DIALOG
-E_EDITOR_HRULE_DIALOG_CLASS
-E_IS_EDITOR_HRULE_DIALOG_CLASS
-E_EDITOR_HRULE_DIALOG_GET_CLASS
-EEditorHRuleDialogClass
-e_editor_hrule_dialog_get_type
-<SUBSECTION Private>
-EEditorHRuleDialogPrivate
+<TITLE>EHTMLEditorHRuleDialog</TITLE>
+EHTMLEditorHRuleDialog
+e_html_editor_hrule_dialog_new
+<SUBSECTION Standard>
+E_HTML_EDITOR_HRULE_DIALOG
+E_IS_HTML_EDITOR_HRULE_DIALOG
+E_TYPE_HTML_EDITOR_HRULE_DIALOG
+E_HTML_EDITOR_HRULE_DIALOG_CLASS
+E_IS_HTML_EDITOR_HRULE_DIALOG_CLASS
+E_HTML_EDITOR_HRULE_DIALOG_GET_CLASS
+EHTMLEditorHRuleDialogClass
+e_html_editor_hrule_dialog_get_type
+<SUBSECTION Private>
+EHTMLEditorHRuleDialogPrivate
 </SECTION>
 
 <SECTION>
diff --git a/doc/reference/evolution-util/evolution-util.types 
b/doc/reference/evolution-util/evolution-util.types
index 0696836..2b7b2aa 100644
--- a/doc/reference/evolution-util/evolution-util.types
+++ b/doc/reference/evolution-util/evolution-util.types
@@ -63,7 +63,6 @@ e_contact_store_get_type
 e_data_capture_get_type
 e_date_edit_get_type
 e_destination_store_get_type
-e_editor_hrule_dialog_get_type
 e_editor_image_dialog_get_type
 e_editor_link_dialog_get_type
 e_editor_page_dialog_get_type
@@ -76,6 +75,7 @@ e_html_editor_get_type
 e_html_editor_cell_dialog_get_type
 e_html_editor_dialog_get_type
 e_html_editor_find_dialog_get_type
+e_html_editor_hrule_dialog_get_type
 e_html_editor_selection_get_type
 e_html_editor_view_get_type
 e_emoticon_action_get_type
diff --git a/e-util/Makefile.am b/e-util/Makefile.am
index 78c92f0..18c2978 100644
--- a/e-util/Makefile.am
+++ b/e-util/Makefile.am
@@ -177,7 +177,6 @@ evolution_util_include_HEADERS =  \
        e-destination-store.h \
        e-dialog-utils.h \
        e-dialog-widgets.h \
-       e-editor-hrule-dialog.h \
        e-editor-image-dialog.h \
        e-editor-link-dialog.h \
        e-editor-page-dialog.h \
@@ -209,6 +208,7 @@ evolution_util_include_HEADERS =  \
        e-html-editor-cell-dialog.h \
        e-html-editor-dialog.h \
        e-html-editor-find-dialog.h \
+       e-html-editor-hrule-dialog.h \
        e-html-editor-selection.h \
        e-html-editor-utils.h \
        e-html-editor-view.h \
@@ -448,7 +448,6 @@ libevolution_util_la_SOURCES = \
        e-destination-store.c \
        e-dialog-utils.c \
        e-dialog-widgets.c \
-       e-editor-hrule-dialog.c \
        e-editor-image-dialog.c \
        e-editor-link-dialog.c \
        e-editor-page-dialog.c \
@@ -480,6 +479,7 @@ libevolution_util_la_SOURCES = \
        e-html-editor-cell-dialog.c \
        e-html-editor-dialog.c \
        e-html-editor-find-dialog.c \
+       e-html-editor-hrule-dialog.c \
        e-html-editor-private.h \
        e-html-editor-selection.c \
        e-html-editor-utils.c \
diff --git a/e-util/e-html-editor-actions.c b/e-util/e-html-editor-actions.c
index 9e6fb6b..c7dca4f 100644
--- a/e-util/e-html-editor-actions.c
+++ b/e-util/e-html-editor-actions.c
@@ -536,7 +536,7 @@ action_insert_rule_cb (GtkAction *action,
 {
        if (editor->priv->hrule_dialog == NULL)
                editor->priv->hrule_dialog =
-                       e_editor_hrule_dialog_new (editor);
+                       e_html_editor_hrule_dialog_new (editor);
 
        gtk_window_present (GTK_WINDOW (editor->priv->hrule_dialog));
 }
@@ -786,7 +786,7 @@ action_properties_rule_cb (GtkAction *action,
 {
        if (editor->priv->hrule_dialog == NULL) {
                editor->priv->hrule_dialog =
-                       e_editor_hrule_dialog_new (editor);
+                       e_html_editor_hrule_dialog_new (editor);
        }
 
        gtk_window_present (GTK_WINDOW (editor->priv->hrule_dialog));
diff --git a/e-util/e-editor-hrule-dialog.c b/e-util/e-html-editor-hrule-dialog.c
similarity index 80%
rename from e-util/e-editor-hrule-dialog.c
rename to e-util/e-html-editor-hrule-dialog.c
index b72eb9f..9ace655 100644
--- a/e-util/e-editor-hrule-dialog.c
+++ b/e-util/e-html-editor-hrule-dialog.c
@@ -1,5 +1,5 @@
 /*
- * e-editor-hrule-dialog.h
+ * e-html-editor-hrule-dialog.h
  *
  * Copyright (C) 2012 Dan Vrátil <dvratil redhat com>
  *
@@ -22,7 +22,7 @@
 #include <config.h>
 #endif
 
-#include "e-editor-hrule-dialog.h"
+#include "e-html-editor-hrule-dialog.h"
 #include "e-html-editor-utils.h"
 #include "e-html-editor-view.h"
 
@@ -30,11 +30,11 @@
 #include <webkit/webkitdom.h>
 #include <stdlib.h>
 
-#define E_EDITOR_HRULE_DIALOG_GET_PRIVATE(obj) \
+#define E_HTML_EDITOR_HRULE_DIALOG_GET_PRIVATE(obj) \
        (G_TYPE_INSTANCE_GET_PRIVATE \
-       ((obj), E_TYPE_EDITOR_HRULE_DIALOG, EEditorHRuleDialogPrivate))
+       ((obj), E_TYPE_HTML_EDITOR_HRULE_DIALOG, EHTMLEditorHRuleDialogPrivate))
 
-struct _EEditorHRuleDialogPrivate {
+struct _EHTMLEditorHRuleDialogPrivate {
        GtkWidget *width_edit;
        GtkWidget *size_edit;
        GtkWidget *unit_combo;
@@ -46,12 +46,12 @@ struct _EEditorHRuleDialogPrivate {
 };
 
 G_DEFINE_TYPE (
-       EEditorHRuleDialog,
-       e_editor_hrule_dialog,
+       EHTMLEditorHRuleDialog,
+       e_html_editor_hrule_dialog,
        E_TYPE_HTML_EDITOR_DIALOG);
 
 static void
-editor_hrule_dialog_set_alignment (EEditorHRuleDialog *dialog)
+html_editor_hrule_dialog_set_alignment (EHTMLEditorHRuleDialog *dialog)
 {
        const gchar *alignment;
 
@@ -64,7 +64,7 @@ editor_hrule_dialog_set_alignment (EEditorHRuleDialog *dialog)
 }
 
 static void
-editor_hrule_dialog_get_alignment (EEditorHRuleDialog *dialog)
+html_editor_hrule_dialog_get_alignment (EHTMLEditorHRuleDialog *dialog)
 {
        gchar *alignment;
 
@@ -78,7 +78,7 @@ editor_hrule_dialog_get_alignment (EEditorHRuleDialog *dialog)
 }
 
 static void
-editor_hrule_dialog_set_size (EEditorHRuleDialog *dialog)
+html_editor_hrule_dialog_set_size (EHTMLEditorHRuleDialog *dialog)
 {
        gchar *size;
 
@@ -95,7 +95,7 @@ editor_hrule_dialog_set_size (EEditorHRuleDialog *dialog)
 }
 
 static void
-editor_hrule_dialog_get_size (EEditorHRuleDialog *dialog)
+html_editor_hrule_dialog_get_size (EHTMLEditorHRuleDialog *dialog)
 {
        gchar *size;
        gint size_int = 0;
@@ -118,7 +118,7 @@ editor_hrule_dialog_get_size (EEditorHRuleDialog *dialog)
 }
 
 static void
-editor_hrule_dialog_set_width (EEditorHRuleDialog *dialog)
+html_editor_hrule_dialog_set_width (EHTMLEditorHRuleDialog *dialog)
 {
        gchar *width, *units;
 
@@ -139,7 +139,7 @@ editor_hrule_dialog_set_width (EEditorHRuleDialog *dialog)
 }
 
 static void
-editor_hrule_dialog_get_width (EEditorHRuleDialog *dialog)
+html_editor_hrule_dialog_get_width (EHTMLEditorHRuleDialog *dialog)
 {
        gchar *width;
        const gchar *units;
@@ -172,7 +172,7 @@ editor_hrule_dialog_get_width (EEditorHRuleDialog *dialog)
 }
 
 static void
-editor_hrule_dialog_set_shading (EEditorHRuleDialog *dialog)
+html_editor_hrule_dialog_set_shading (EHTMLEditorHRuleDialog *dialog)
 {
        gboolean no_shade;
 
@@ -185,7 +185,7 @@ editor_hrule_dialog_set_shading (EEditorHRuleDialog *dialog)
 }
 
 static void
-editor_hrule_dialog_get_shading (EEditorHRuleDialog *dialog)
+html_editor_hrule_dialog_get_shading (EHTMLEditorHRuleDialog *dialog)
 {
        g_return_if_fail (WEBKIT_DOM_IS_HTMLHR_ELEMENT (dialog->priv->hr_element));
 
@@ -195,21 +195,21 @@ editor_hrule_dialog_get_shading (EEditorHRuleDialog *dialog)
 }
 
 static void
-editor_hrule_dialog_hide (GtkWidget *widget)
+html_editor_hrule_dialog_hide (GtkWidget *widget)
 {
-       EEditorHRuleDialogPrivate *priv;
+       EHTMLEditorHRuleDialogPrivate *priv;
 
-       priv = E_EDITOR_HRULE_DIALOG_GET_PRIVATE (widget);
+       priv = E_HTML_EDITOR_HRULE_DIALOG_GET_PRIVATE (widget);
 
        priv->hr_element = NULL;
 
-       GTK_WIDGET_CLASS (e_editor_hrule_dialog_parent_class)->hide (widget);
+       GTK_WIDGET_CLASS (e_html_editor_hrule_dialog_parent_class)->hide (widget);
 }
 
 static void
-editor_hrule_dialog_show (GtkWidget *widget)
+html_editor_hrule_dialog_show (GtkWidget *widget)
 {
-       EEditorHRuleDialog *dialog;
+       EHTMLEditorHRuleDialog *dialog;
        EHTMLEditor *editor;
        EHTMLEditorSelection *editor_selection;
        EHTMLEditorView *view;
@@ -219,7 +219,7 @@ editor_hrule_dialog_show (GtkWidget *widget)
        WebKitDOMDOMSelection *selection;
        WebKitDOMElement *rule;
 
-       dialog = E_EDITOR_HRULE_DIALOG (widget);
+       dialog = E_HTML_EDITOR_HRULE_DIALOG (widget);
        editor = e_html_editor_dialog_get_editor (E_HTML_EDITOR_DIALOG (dialog));
        view = e_html_editor_get_view (editor);
        editor_selection = e_html_editor_view_get_selection (view);
@@ -229,7 +229,7 @@ editor_hrule_dialog_show (GtkWidget *widget)
        window = webkit_dom_document_get_default_view (document);
        selection = webkit_dom_dom_window_get_selection (window);
        if (webkit_dom_dom_selection_get_range_count (selection) < 1) {
-               GTK_WIDGET_CLASS (e_editor_hrule_dialog_parent_class)->show (widget);
+               GTK_WIDGET_CLASS (e_html_editor_hrule_dialog_parent_class)->show (widget);
                return;
        }
 
@@ -273,44 +273,44 @@ editor_hrule_dialog_show (GtkWidget *widget)
                gtk_toggle_button_set_active (
                        GTK_TOGGLE_BUTTON (dialog->priv->shaded_check), FALSE);
 
-               editor_hrule_dialog_set_alignment (dialog);
-               editor_hrule_dialog_set_size (dialog);
-               editor_hrule_dialog_set_alignment (dialog);
-               editor_hrule_dialog_set_shading (dialog);
+               html_editor_hrule_dialog_set_alignment (dialog);
+               html_editor_hrule_dialog_set_size (dialog);
+               html_editor_hrule_dialog_set_alignment (dialog);
+               html_editor_hrule_dialog_set_shading (dialog);
 
                e_html_editor_view_set_changed (view, TRUE);
        } else {
                dialog->priv->hr_element = WEBKIT_DOM_HTMLHR_ELEMENT (rule);
 
-               editor_hrule_dialog_get_alignment (dialog);
-               editor_hrule_dialog_get_size (dialog);
-               editor_hrule_dialog_get_width (dialog);
-               editor_hrule_dialog_get_shading (dialog);
+               html_editor_hrule_dialog_get_alignment (dialog);
+               html_editor_hrule_dialog_get_size (dialog);
+               html_editor_hrule_dialog_get_width (dialog);
+               html_editor_hrule_dialog_get_shading (dialog);
        }
 
        /* Chain up to parent implementation */
-       GTK_WIDGET_CLASS (e_editor_hrule_dialog_parent_class)->show (widget);
+       GTK_WIDGET_CLASS (e_html_editor_hrule_dialog_parent_class)->show (widget);
 }
 
 static void
-e_editor_hrule_dialog_class_init (EEditorHRuleDialogClass *class)
+e_html_editor_hrule_dialog_class_init (EHTMLEditorHRuleDialogClass *class)
 {
        GtkWidgetClass *widget_class;
 
-       g_type_class_add_private (class, sizeof (EEditorHRuleDialogPrivate));
+       g_type_class_add_private (class, sizeof (EHTMLEditorHRuleDialogPrivate));
 
        widget_class = GTK_WIDGET_CLASS (class);
-       widget_class->show = editor_hrule_dialog_show;
-       widget_class->hide = editor_hrule_dialog_hide;
+       widget_class->show = html_editor_hrule_dialog_show;
+       widget_class->hide = html_editor_hrule_dialog_hide;
 }
 
 static void
-e_editor_hrule_dialog_init (EEditorHRuleDialog *dialog)
+e_html_editor_hrule_dialog_init (EHTMLEditorHRuleDialog *dialog)
 {
        GtkGrid *main_layout, *grid;
        GtkWidget *widget;
 
-       dialog->priv = E_EDITOR_HRULE_DIALOG_GET_PRIVATE (dialog);
+       dialog->priv = E_HTML_EDITOR_HRULE_DIALOG_GET_PRIVATE (dialog);
 
        main_layout = e_html_editor_dialog_get_container (E_HTML_EDITOR_DIALOG (dialog));
 
@@ -332,7 +332,7 @@ e_editor_hrule_dialog_init (EEditorHRuleDialog *dialog)
        gtk_spin_button_set_value (GTK_SPIN_BUTTON (widget), 100);
        g_signal_connect_swapped (
                widget, "value-changed",
-               G_CALLBACK (editor_hrule_dialog_set_width), dialog);
+               G_CALLBACK (html_editor_hrule_dialog_set_width), dialog);
        dialog->priv->width_edit = widget;
        gtk_grid_attach (grid, widget, 1, 0, 1, 1);
 
@@ -347,7 +347,7 @@ e_editor_hrule_dialog_init (EEditorHRuleDialog *dialog)
        gtk_combo_box_set_active_id (GTK_COMBO_BOX (widget), "units-percent");
        g_signal_connect_swapped (
                widget, "changed",
-               G_CALLBACK (editor_hrule_dialog_set_width), dialog);
+               G_CALLBACK (html_editor_hrule_dialog_set_width), dialog);
        dialog->priv->unit_combo = widget;
        gtk_grid_attach (grid, widget, 2, 0, 1, 1);
 
@@ -357,7 +357,7 @@ e_editor_hrule_dialog_init (EEditorHRuleDialog *dialog)
        gtk_spin_button_set_value (GTK_SPIN_BUTTON (widget), 2);
        g_signal_connect_swapped (
                widget, "value-changed",
-               G_CALLBACK (editor_hrule_dialog_set_size), dialog);
+               G_CALLBACK (html_editor_hrule_dialog_set_size), dialog);
        dialog->priv->size_edit = widget;
        gtk_grid_attach (grid, widget, 1, 1, 1, 1);
 
@@ -389,7 +389,7 @@ e_editor_hrule_dialog_init (EEditorHRuleDialog *dialog)
        gtk_combo_box_set_active_id (GTK_COMBO_BOX (widget), "left");
        g_signal_connect_swapped (
                widget, "changed",
-               G_CALLBACK (editor_hrule_dialog_set_alignment), dialog);
+               G_CALLBACK (html_editor_hrule_dialog_set_alignment), dialog);
        dialog->priv->alignment_combo = widget;
        gtk_grid_attach (grid, widget, 1, 0, 2, 1);
 
@@ -402,7 +402,7 @@ e_editor_hrule_dialog_init (EEditorHRuleDialog *dialog)
        widget = gtk_check_button_new_with_mnemonic (_("S_haded"));
        g_signal_connect_swapped (
                widget, "toggled",
-               G_CALLBACK (editor_hrule_dialog_set_shading), dialog);
+               G_CALLBACK (html_editor_hrule_dialog_set_shading), dialog);
        dialog->priv->shaded_check = widget;
        gtk_grid_attach (grid, widget, 0, 1, 2, 1);
 
@@ -410,11 +410,11 @@ e_editor_hrule_dialog_init (EEditorHRuleDialog *dialog)
 }
 
 GtkWidget *
-e_editor_hrule_dialog_new (EHTMLEditor *editor)
+e_html_editor_hrule_dialog_new (EHTMLEditor *editor)
 {
        return GTK_WIDGET (
                g_object_new (
-                       E_TYPE_EDITOR_HRULE_DIALOG,
+                       E_TYPE_HTML_EDITOR_HRULE_DIALOG,
                        "editor", editor,
                        "title", _("Rule properties"),
                        NULL));
diff --git a/e-util/e-html-editor-hrule-dialog.h b/e-util/e-html-editor-hrule-dialog.h
new file mode 100644
index 0000000..876fc25
--- /dev/null
+++ b/e-util/e-html-editor-hrule-dialog.h
@@ -0,0 +1,70 @@
+/*
+ * e-html-editor-hrule-dialog.h
+ *
+ * Copyright (C) 2012 Dan Vrátil <dvratil redhat com>
+ *
+ * This program is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Lesser General Public
+ * License as published by the Free Software Foundation; either
+ * version 2 of the License, or (at your option) version 3.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with the program; if not, see <http://www.gnu.org/licenses/>
+ *
+ */
+
+#if !defined (__E_UTIL_H_INSIDE__) && !defined (LIBEUTIL_COMPILATION)
+#error "Only <e-util/e-util.h> should be included directly."
+#endif
+
+#ifndef E_HTML_EDITOR_HRULE_DIALOG_H
+#define E_HTML_EDITOR_HRULE_DIALOG_H
+
+#include <e-util/e-html-editor-dialog.h>
+
+/* Standard GObject macros */
+#define E_TYPE_HTML_EDITOR_HRULE_DIALOG \
+       (e_html_editor_hrule_dialog_get_type ())
+#define E_HTML_EDITOR_HRULE_DIALOG(obj) \
+       (G_TYPE_CHECK_INSTANCE_CAST \
+       ((obj), E_TYPE_HTML_EDITOR_HRULE_DIALOG, EHTMLEditorHRuleDialog))
+#define E_HTML_EDITOR_HRULE_DIALOG_CLASS(cls) \
+       (G_TYPE_CHECK_CLASS_CAST \
+       ((cls), E_TYPE_HTML_EDITOR_HRULE_DIALOG, EHTMLEditorHRuleDialogClass))
+#define E_IS_HTML_EDITOR_HRULE_DIALOG(obj) \
+       (G_TYPE_CHECK_INSTANCE_TYPE \
+       ((obj), E_TYPE_HTML_EDITOR_HRULE_DIALOG))
+#define E_IS_HTML_EDITOR_HRULE_DIALOG_CLASS(cls) \
+       (G_TYPE_CHECK_CLASS_TYPE \
+       ((cls), E_TYPE_HTML_EDITOR_HRULE_DIALOG))
+#define E_HTML_EDITOR_HRULE_DIALOG_GET_CLASS(obj) \
+       (G_TYPE_INSTANCE_GET_CLASS \
+       ((obj), E_TYPE_HTML_EDITOR_HRULE_DIALOG, EHTMLEditorHRuleDialogClass))
+
+G_BEGIN_DECLS
+
+typedef struct _EHTMLEditorHRuleDialog EHTMLEditorHRuleDialog;
+typedef struct _EHTMLEditorHRuleDialogClass EHTMLEditorHRuleDialogClass;
+typedef struct _EHTMLEditorHRuleDialogPrivate EHTMLEditorHRuleDialogPrivate;
+
+struct _EHTMLEditorHRuleDialog {
+       EHTMLEditorDialog parent;
+       EHTMLEditorHRuleDialogPrivate *priv;
+};
+
+struct _EHTMLEditorHRuleDialogClass {
+       EHTMLEditorDialogClass parent_class;
+};
+
+GType          e_html_editor_hrule_dialog_get_type
+                                               (void) G_GNUC_CONST;
+GtkWidget *    e_html_editor_hrule_dialog_new  (EHTMLEditor *editor);
+
+G_END_DECLS
+
+#endif /* E_HTML_EDITOR_HRULE_DIALOG_H */
diff --git a/e-util/e-html-editor-private.h b/e-util/e-html-editor-private.h
index 472c088..3730663 100644
--- a/e-util/e-html-editor-private.h
+++ b/e-util/e-html-editor-private.h
@@ -27,10 +27,10 @@
 #include <e-html-editor-actions.h>
 #include <e-html-editor-cell-dialog.h>
 #include <e-html-editor-find-dialog.h>
+#include <e-html-editor-hrule-dialog.h>
 #include <e-html-editor-view.h>
 #include <e-editor-replace-dialog.h>
 #include <e-editor-link-dialog.h>
-#include <e-editor-hrule-dialog.h>
 #include <e-editor-table-dialog.h>
 #include <e-editor-page-dialog.h>
 #include <e-editor-image-dialog.h>
diff --git a/e-util/e-util.h b/e-util/e-util.h
index 4cea7f3..a567338 100644
--- a/e-util/e-util.h
+++ b/e-util/e-util.h
@@ -91,7 +91,6 @@
 #include <e-util/e-destination-store.h>
 #include <e-util/e-dialog-utils.h>
 #include <e-util/e-dialog-widgets.h>
-#include <e-util/e-editor-hrule-dialog.h>
 #include <e-util/e-editor-image-dialog.h>
 #include <e-util/e-editor-link-dialog.h>
 #include <e-util/e-editor-page-dialog.h>
@@ -123,6 +122,7 @@
 #include <e-util/e-html-editor-cell-dialog.h>
 #include <e-util/e-html-editor-dialog.h>
 #include <e-util/e-html-editor-find-dialog.h>
+#include <e-util/e-html-editor-hrule-dialog.h>
 #include <e-util/e-html-editor-selection.h>
 #include <e-util/e-html-editor-utils.h>
 #include <e-util/e-html-editor-view.h>


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