2007-07-27 Murray Cumming <murrayc@murrayc.com>
authorMurray Cumming <murrayc@murrayc.com>
Fri, 27 Jul 2007 08:08:49 +0000 (08:08 +0000)
committerMurray Cumming <murrayc@murrayc.com>
Fri, 27 Jul 2007 08:08:49 +0000 (08:08 +0000)
* 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

ChangeLog2
src/maemo/modest-msg-edit-window.c

index 1773d7e..d6394b9 100644 (file)
@@ -1,3 +1,9 @@
+2007-07-27  Murray Cumming  <murrayc@murrayc.com>
+
+       * 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  <murrayc@murrayc.com>
 
        * src/modest-tny-account-store.c: (recreate_all_accounts):
index 93f2c7d..26afc0e 100644 (file)
@@ -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);
                        }
                }