diff options
author | Dan Winship <danw@src.gnome.org> | 2000-03-31 04:52:07 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2000-03-31 04:52:07 +0800 |
commit | 04b899a36eb4f2b7e8fca477f676186e94a192f4 (patch) | |
tree | 9573a5418af04caa347f87e13332664e7d65bea1 /ChangeLog | |
parent | 0a26a651fccbd80c5c9213495d4c786ffa130a92 (diff) | |
download | gsoc2013-evolution-04b899a36eb4f2b7e8fca477f676186e94a192f4.tar.gz gsoc2013-evolution-04b899a36eb4f2b7e8fca477f676186e94a192f4.tar.zst gsoc2013-evolution-04b899a36eb4f2b7e8fca477f676186e94a192f4.zip |
Hold off on deactivating the "outgoing" control until after setting up the
* shell/e-shell-view.c (e_shell_view_set_view): Hold off on
deactivating the "outgoing" control until after setting up the
"incoming" control. That way if the new control takes a few
seconds to load, there won't be an ugly empty spot where the
toolbar used to be while the new control loads.
svn path=/trunk/; revision=2262
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,5 +1,11 @@ 2000-03-30 Dan Winship <danw@helixcode.com> + * shell/e-shell-view.c (e_shell_view_set_view): Hold off on + deactivating the "outgoing" control until after setting up the + "incoming" control. That way if the new control takes a few + seconds to load, there won't be an ugly empty spot where the + toolbar used to be while the new control loads. + * configure.in: * Makefile.am: * art/Makefile.am: install new shortcut bar pixmaps. |