* Fixes NB#59138, message is saved to drafts when main window is closed
authorSergio Villar Senin <svillar@igalia.com>
Mon, 25 Jun 2007 11:36:41 +0000 (11:36 +0000)
committerSergio Villar Senin <svillar@igalia.com>
Mon, 25 Jun 2007 11:36:41 +0000 (11:36 +0000)
commit64e307fddcf056bc685688d37f07b806b619da60
tree2499e2155e47fe0341a930b9c85067842aed7f38
parentd5e48a97879ada8cf2932a5f125deb2c70ebefb2
* Fixes NB#59138, message is saved to drafts when main window is closed
* modest_msg_edit_window_is_modified is now public
* modest_window_mgr.c: added a hash table to store the "window-destroy" signal handlers
* modest_window_mgr.c: replaced a g_object_unref by gtk_widget_destroy
* moved the save_to_drafts call from the edit window to the window manager
* added some missing unrefs to the UI actions
* fixed save_to_drafts mail operation, it was not reporting the mail operation status

pmo-trunk-r2397
src/maemo/modest-msg-edit-window.c
src/modest-mail-operation.c
src/modest-ui-actions.c
src/widgets/modest-msg-edit-window.h
src/widgets/modest-window-mgr.c