* Fixed NB#62792, the editor is closed if the account is removed
authorSergio Villar Senin <svillar@igalia.com>
Fri, 28 Sep 2007 17:22:09 +0000 (17:22 +0000)
committerSergio Villar Senin <svillar@igalia.com>
Fri, 28 Sep 2007 17:22:09 +0000 (17:22 +0000)
commit94a4612a68cf9129d80418e40d177911297b76e7
tree6e555f127f698f5abb70d784f204d62185b18073
parentb9b928dee5f5169c3317df86b153b4d069b814d0
    * Fixed NB#62792, the editor is closed if the account is removed
        * Added modest_signal_mgr_disconnect, for disconnecting a single handler
        * Added the signal parametter to modest_signal_mgr_connect, this way we can add multiple connections for the same object
        * Renamed modest_window_mgr_(set/get)_modal_dialog to modest_window_mgt_(set/get)_modal because we can set a normal window as modal as well
        * Implemented a queue of modal dialogs in the window mgr, this way if the top one is removed the second one becomes the topmost

pmo-trunk-r3441
src/dbus_api/modest-dbus-callbacks.c
src/maemo/easysetup/modest-easysetup-wizard.c
src/maemo/modest-account-view-window.c
src/maemo/modest-msg-edit-window.c
src/maemo/modest-platform.c
src/modest-signal-mgr.c
src/modest-signal-mgr.h
src/modest-ui-actions.c
src/modest-ui-actions.h
src/widgets/modest-window-mgr.c
src/widgets/modest-window-mgr.h