[evolution] EHTMLEditorPageDialog - Remove mistakenly commited debug prints
- From: Tomas Popela <tpopela src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution] EHTMLEditorPageDialog - Remove mistakenly commited debug prints
- Date: Thu, 2 Oct 2014 12:31:07 +0000 (UTC)
commit 630e0d79db077bf5056dca98f28feeb519c0dc12
Author: Tomas Popela <tpopela redhat com>
Date: Thu Oct 2 14:27:51 2014 +0200
EHTMLEditorPageDialog - Remove mistakenly commited debug prints
Also the change around it the prints were is to take the uri of the
background image from the data-uri attribute instead of background
(where the base64 data are).
e-util/e-html-editor-page-dialog.c | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
---
diff --git a/e-util/e-html-editor-page-dialog.c b/e-util/e-html-editor-page-dialog.c
index 2759830..0f9897f 100644
--- a/e-util/e-html-editor-page-dialog.c
+++ b/e-util/e-html-editor-page-dialog.c
@@ -321,7 +321,6 @@ html_editor_page_dialog_show (GtkWidget *widget)
gchar *tmp;
GdkRGBA rgba;
- printf ("%s\n", __FUNCTION__);
dialog = E_HTML_EDITOR_PAGE_DIALOG (widget);
editor = e_html_editor_dialog_get_editor (E_HTML_EDITOR_DIALOG (dialog));
view = e_html_editor_get_view (editor);
@@ -331,7 +330,6 @@ html_editor_page_dialog_show (GtkWidget *widget)
tmp = webkit_dom_element_get_attribute (
WEBKIT_DOM_ELEMENT (body), "data-uri");
- printf ("%s\n", tmp);
if (tmp && *tmp) {
gint ii;
gchar *fname = g_filename_from_uri (tmp, NULL, NULL);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]