[evolution/gnome-3-24] Remove some of the WK2 FIXMEs
- From: Tomas Popela <tpopela src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution/gnome-3-24] Remove some of the WK2 FIXMEs
- Date: Thu, 23 Mar 2017 09:02:48 +0000 (UTC)
commit 24f5bc34e9a1d1cf943ce86296751c6f2da1f01c
Author: Tomas Popela <tpopela redhat com>
Date: Wed Mar 22 14:52:36 2017 +0100
Remove some of the WK2 FIXMEs
src/composer/e-msg-composer.c | 2 --
src/e-util/e-html-editor-dialog.h | 10 ----------
src/e-util/e-web-view.c | 6 +-----
3 files changed, 1 insertions(+), 17 deletions(-)
---
diff --git a/src/composer/e-msg-composer.c b/src/composer/e-msg-composer.c
index c76134e..33ac0a8 100644
--- a/src/composer/e-msg-composer.c
+++ b/src/composer/e-msg-composer.c
@@ -5361,8 +5361,6 @@ e_msg_composer_restore_focus_on_composer (EMsgComposer *composer)
if (E_IS_CONTENT_EDITOR (widget)) {
EContentEditor *cnt_editor = E_CONTENT_EDITOR (widget);
- /* FIXME WK2
- e_html_editor_view_force_spell_check (view);*/
e_content_editor_selection_restore (cnt_editor);
}
diff --git a/src/e-util/e-html-editor-dialog.h b/src/e-util/e-html-editor-dialog.h
index f1f5700..37fc7a5 100644
--- a/src/e-util/e-html-editor-dialog.h
+++ b/src/e-util/e-html-editor-dialog.h
@@ -62,16 +62,6 @@ struct _EHTMLEditorDialogClass {
GtkWindowClass parent_class;
};
-#if 0 /* FIXME WK2 */
-struct _EContentEditorDialogInterface {
- GTypeInterface parent_interface;
-
- void (*dialog_opened) (EContentEditorDialog *dialog);
-
- void (*dialog_closed) (EContentEditorDialog *dialog);
-};
-#endif
-
GType e_html_editor_dialog_get_type (void) G_GNUC_CONST;
EHTMLEditor * e_html_editor_dialog_get_editor (EHTMLEditorDialog *dialog);
GtkBox * e_html_editor_dialog_get_button_box
diff --git a/src/e-util/e-web-view.c b/src/e-util/e-web-view.c
index 2c3e1a4..361b14d 100644
--- a/src/e-util/e-web-view.c
+++ b/src/e-util/e-web-view.c
@@ -2340,11 +2340,7 @@ e_web_view_init (EWebView *web_view)
g_signal_connect (
web_view, "load-changed",
G_CALLBACK (web_view_load_changed_cb), NULL);
-/* FIXME WK2
- g_signal_connect (
- web_view, "document-load-finished",
- G_CALLBACK (style_updated_cb), NULL);
-*/
+
g_signal_connect (
web_view, "style-updated",
G_CALLBACK (style_updated_cb), NULL);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]