From: Murray Cumming Date: Fri, 27 Jul 2007 08:08:49 +0000 (+0000) Subject: 2007-07-27 Murray Cumming X-Git-Tag: git_migration_finished~2729 X-Git-Url: http://git.maemo.org/git/?p=modest;a=commitdiff_plain;h=b81ecbe1a310981ed852104abf0d011153d1f1bb 2007-07-27 Murray Cumming * src/maemo/modest-msg-edit-window.c: (replace_with_attachments): Commented out the use of wp_text_buffer_replace_image() because it does not exist, to break the build. Added a TODO for it. pmo-trunk-r2814 --- diff --git a/ChangeLog2 b/ChangeLog2 index 1773d7e..d6394b9 100644 --- a/ChangeLog2 +++ b/ChangeLog2 @@ -1,3 +1,9 @@ +2007-07-27 Murray Cumming + + * src/maemo/modest-msg-edit-window.c: (replace_with_attachments): + Commented out the use of wp_text_buffer_replace_image() + because it does not exist, to break the build. Added a TODO for it. + 2007-07-26 Murray Cumming * src/modest-tny-account-store.c: (recreate_all_accounts): diff --git a/src/maemo/modest-msg-edit-window.c b/src/maemo/modest-msg-edit-window.c index 93f2c7d..26afc0e 100644 --- a/src/maemo/modest-msg-edit-window.c +++ b/src/maemo/modest-msg-edit-window.c @@ -663,7 +663,8 @@ replace_with_attachments (ModestMsgEditWindow *self, GList *attachments) g_object_unref (stream); if (pixbuf != NULL) { - wp_text_buffer_replace_image (WP_TEXT_BUFFER (priv->text_buffer), cid, pixbuf); + /* TODO: Use this when this function is available: */ + /* wp_text_buffer_replace_image (WP_TEXT_BUFFER (priv->text_buffer), cid, pixbuf); */ g_object_unref (pixbuf); } }