[evolution] EHRMLEditorImageDialog - Fix the typo and let the Evolution compile again
- From: Tomas Popela <tpopela src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution] EHRMLEditorImageDialog - Fix the typo and let the Evolution compile again
- Date: Thu, 2 Oct 2014 13:34:27 +0000 (UTC)
commit b49538e82b0780d8cffe809a733a0204ee5f0d90
Author: Tomas Popela <tpopela redhat com>
Date: Thu Oct 2 15:33:28 2014 +0200
EHRMLEditorImageDialog - Fix the typo and let the Evolution compile again
e-util/e-html-editor-image-dialog.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/e-util/e-html-editor-image-dialog.c b/e-util/e-html-editor-image-dialog.c
index 44a4a73..81e0ee8 100644
--- a/e-util/e-html-editor-image-dialog.c
+++ b/e-util/e-html-editor-image-dialog.c
@@ -77,7 +77,7 @@ html_editor_image_dialog_set_src (EHTMLEditorImageDialog *dialog)
e_html_editor_selection_replace_image_src (
editor_selection, WEBKIT_DOM_ELEMENT (dialog->priv->image), uri);
- g_fre (uri);
+ g_free (uri);
}
static void
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]