diff options
author | Not Zed <NotZed@Ximian.com> | 2003-03-03 16:17:57 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2003-03-03 16:17:57 +0800 |
commit | 5fa6f6bc8aee26b8345003f35fc818afb89f573d (patch) | |
tree | 7f3407488a239a4e5de4a659f8f659620bec21b9 /mail/ChangeLog | |
parent | 65f1aefe075ecd0ba7bc19094bcb683ea4d7e5c1 (diff) | |
download | gsoc2013-evolution-5fa6f6bc8aee26b8345003f35fc818afb89f573d.tar gsoc2013-evolution-5fa6f6bc8aee26b8345003f35fc818afb89f573d.tar.gz gsoc2013-evolution-5fa6f6bc8aee26b8345003f35fc818afb89f573d.tar.bz2 gsoc2013-evolution-5fa6f6bc8aee26b8345003f35fc818afb89f573d.tar.lz gsoc2013-evolution-5fa6f6bc8aee26b8345003f35fc818afb89f573d.tar.xz gsoc2013-evolution-5fa6f6bc8aee26b8345003f35fc818afb89f573d.tar.zst gsoc2013-evolution-5fa6f6bc8aee26b8345003f35fc818afb89f573d.zip |
Do the same as below for request_password, so we dont leave a mainloop
2003-03-03 Not Zed <NotZed@Ximian.com>
* mail-session.c (do_user_message): Do the same as below for
request_password, so we dont leave a mainloop lying around.
2003-03-03 Jeffrey Stedfast <fejj@ximian.com>
* mail-session.c (request_password): Don't connect to the response
signal if we are in the main thread - instead just use the return
value from gtk_dialog_run and then call pass_response() with the
response value.
svn path=/trunk/; revision=20122
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index 667b402042..e4484f7d80 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,5 +1,17 @@ 2003-03-03 Not Zed <NotZed@Ximian.com> + * mail-session.c (do_user_message): Do the same as below for + request_password, so we dont leave a mainloop lying around. + +2003-03-03 Jeffrey Stedfast <fejj@ximian.com> + + * mail-session.c (request_password): Don't connect to the response + signal if we are in the main thread - instead just use the return + value from gtk_dialog_run and then call pass_response() with the + response value. + +2003-03-03 Not Zed <NotZed@Ximian.com> + * subscribe-dialog.c (fe_got_children): Remove the e_tree_memory_sort_node, currently it crashes inside gal, the root node seems to get free'd under it. |