diff options
author | Radek Doulik <rodo@ximian.com> | 2001-08-10 15:17:54 +0800 |
---|---|---|
committer | Radek Doulik <rodo@src.gnome.org> | 2001-08-10 15:17:54 +0800 |
commit | 79265bbca3ba043df0a735ff6eab1ace879b7a08 (patch) | |
tree | 3c22051a38841cebbe080f91e76fefda3df98a02 /composer/ChangeLog | |
parent | d9ae7c3b78cd10b9fec1ee8bf972cf05e319d968 (diff) | |
download | gsoc2013-evolution-79265bbca3ba043df0a735ff6eab1ace879b7a08.tar.gz gsoc2013-evolution-79265bbca3ba043df0a735ff6eab1ace879b7a08.tar.zst gsoc2013-evolution-79265bbca3ba043df0a735ff6eab1ace879b7a08.zip |
new helper function, just setup idle callback to grab focus
2001-08-09 Radek Doulik <rodo@ximian.com>
* e-msg-composer.c (set_focus_to_editor): new helper function,
just setup idle callback to grab focus
(set_focus_to_editor_idle): grab focus for editor, before we have
better solution, it run grab-focus command on editor control
(e_msg_composer_construct): call prepare_engine here, set focus to
editor
svn path=/trunk/; revision=11875
Diffstat (limited to 'composer/ChangeLog')
-rw-r--r-- | composer/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/composer/ChangeLog b/composer/ChangeLog index 7397b1a38d..850f605303 100644 --- a/composer/ChangeLog +++ b/composer/ChangeLog @@ -1,3 +1,12 @@ +2001-08-09 Radek Doulik <rodo@ximian.com> + + * e-msg-composer.c (set_focus_to_editor): new helper function, + just setup idle callback to grab focus + (set_focus_to_editor_idle): grab focus for editor, before we have + better solution, it run grab-focus command on editor control + (e_msg_composer_construct): call prepare_engine here, set focus to + editor + 2001-08-10 Jeffrey Stedfast <fejj@ximian.com> * e-msg-composer.c (autosave_manager_query_load_orphans): Don't |