diff options
author | Milan Crha <mcrha@src.gnome.org> | 2007-08-10 14:10:35 +0800 |
---|---|---|
committer | Milan Crha <mcrha@src.gnome.org> | 2007-08-10 14:10:35 +0800 |
commit | f02772e536c4bdda07a50bd09f38c92b7c8feebf (patch) | |
tree | b797a37676b137cb6cf354630e27d2d99d3b64d7 /plugins/groupwise-features/ChangeLog | |
parent | 249152e57024aa04d383565d0d14cbb39c5df7db (diff) | |
download | gsoc2013-evolution-f02772e536c4bdda07a50bd09f38c92b7c8feebf.tar.gz gsoc2013-evolution-f02772e536c4bdda07a50bd09f38c92b7c8feebf.tar.zst gsoc2013-evolution-f02772e536c4bdda07a50bd09f38c92b7c8feebf.zip |
2007-08-10 mcrha Fix for bug #327977
svn path=/trunk/; revision=33972
Diffstat (limited to 'plugins/groupwise-features/ChangeLog')
-rw-r--r-- | plugins/groupwise-features/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/plugins/groupwise-features/ChangeLog b/plugins/groupwise-features/ChangeLog index 2bf1e3f71e..05e5546bc2 100644 --- a/plugins/groupwise-features/ChangeLog +++ b/plugins/groupwise-features/ChangeLog @@ -1,3 +1,16 @@ +2007-08-10 Milan Crha <mcrha@redhat.com> + + ** Fix for bug #327977 + + * proxy.c: (proxy_get_cnc): Added parent_window parameter + and uses it in call of e_passwords_ask_password. + * proxy.c: (proxy_commit), (proxy_page_changed_cb): + Calls proxy_get_cnc, passing in parent window handle. + * send-options.c: (get_cnc): Added parent_window parameter + and uses it in call of e_passwords_ask_password. + * send-options.c: (e_sendoptions_clicked_cb): + Calls get_cnc, passing in parent window handle. + 2007-08-03 Hiroyuki Ikezoe <poincare@ikezoe.net> ** Fix for bug #462010 |