* src/maemo/modest-msg-edit-window.c:
authorJose Dapena Paz <jdapena@igalia.com>
Tue, 5 Jun 2007 10:47:35 +0000 (10:47 +0000)
committerJose Dapena Paz <jdapena@igalia.com>
Tue, 5 Jun 2007 10:47:35 +0000 (10:47 +0000)
        * There was an infinite loop in the code to search image attachments
          on removal. I fixed it (fixes NB#59440).

pmo-trunk-r2068

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

index 4405abe..397b7be 100644 (file)
@@ -2156,6 +2156,7 @@ text_buffer_delete_images_by_id (GtkTextBuffer *buffer, const gchar * image_id)
                                }
                        }
                }
+               gtk_text_iter_forward_char (&iter);
        }
 }