2007-06-07 Marcus Bauer <marcusb@openismus.com>
[modest] / src / maemo / modest-msg-edit-window.c
index f770f7a..9811db7 100644 (file)
@@ -1550,6 +1550,7 @@ modest_msg_edit_window_attach_file_noninteractive (
                        gtk_widget_show_all (priv->attachments_caption);
                } else if (file_id == -1) {
                        close (file_id);
+                       g_warning("file to be attached does not exist: %s", filename);
                }
        }
 }