[evolution] Initialize ESignatureEditor with GtkHTML's WebView
- From: Milan Crha <mcrha src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution] Initialize ESignatureEditor with GtkHTML's WebView
- Date: Thu, 3 May 2012 11:55:05 +0000 (UTC)
commit a195cd1e79d3226011935f3d238579cc8009d92d
Author: Milan Crha <mcrha redhat com>
Date: Thu May 3 13:54:02 2012 +0200
Initialize ESignatureEditor with GtkHTML's WebView
widgets/misc/e-signature-editor.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/widgets/misc/e-signature-editor.c b/widgets/misc/e-signature-editor.c
index 1c6fb55..0ddfb8d 100644
--- a/widgets/misc/e-signature-editor.c
+++ b/widgets/misc/e-signature-editor.c
@@ -31,7 +31,7 @@
#include <libevolution-utils/e-alert-dialog.h>
#include <libevolution-utils/e-alert-sink.h>
#include <libemail-utils/e-signature-utils.h>
-#include <misc/e-web-view.h>
+#include <misc/e-web-view-gtkhtml.h>
#define E_SIGNATURE_EDITOR_GET_PRIVATE(obj) \
(G_TYPE_INSTANCE_GET_PRIVATE \
@@ -485,7 +485,7 @@ e_signature_editor_new (void)
{
return g_object_new (
E_TYPE_SIGNATURE_EDITOR,
- "html", e_web_view_new (), NULL);
+ "html", e_web_view_gtkhtml_new (), NULL);
}
EFocusTracker *
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]