diff options
author | Matthew Loper <mloper@src.gnome.org> | 2000-03-21 09:27:04 +0800 |
---|---|---|
committer | Matthew Loper <mloper@src.gnome.org> | 2000-03-21 09:27:04 +0800 |
commit | b76bf69d8db9267bd8ab3760c46c893598a1dd44 (patch) | |
tree | 294684300a405b95cd2cb09b61f17c5385950047 /ChangeLog | |
parent | 3a392efcc529c62923c7f40019004912c71aacf7 (diff) | |
download | gsoc2013-evolution-b76bf69d8db9267bd8ab3760c46c893598a1dd44.tar gsoc2013-evolution-b76bf69d8db9267bd8ab3760c46c893598a1dd44.tar.gz gsoc2013-evolution-b76bf69d8db9267bd8ab3760c46c893598a1dd44.tar.bz2 gsoc2013-evolution-b76bf69d8db9267bd8ab3760c46c893598a1dd44.tar.lz gsoc2013-evolution-b76bf69d8db9267bd8ab3760c46c893598a1dd44.tar.xz gsoc2013-evolution-b76bf69d8db9267bd8ab3760c46c893598a1dd44.tar.zst gsoc2013-evolution-b76bf69d8db9267bd8ab3760c46c893598a1dd44.zip |
New private field in EShellView added, which contains the notebook and a
* shell/e-shell-view.h: New private field in EShellView added,
which contains the notebook and a hashtable of folders to views.
* shell/e-shell-view.c (e_shell_view_set_view): Instead of
creating a new control every time we set the view, we now keep our
controls in a notebook. This function now switches to the correct
notebook page, or creates a new page/control as necessary.
(e_shell_view_new): Creates and inserts the notebook into the
shell.
svn path=/trunk/; revision=2122
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -1,3 +1,15 @@ +2000-03-20 Matt Loper <matt@helixcode.com> + + * shell/e-shell-view.h: New private field in EShellView added, + which contains the notebook and a hashtable of folders to views. + + * shell/e-shell-view.c (e_shell_view_set_view): Instead of + creating a new control every time we set the view, we now keep our + controls in a notebook. This function now switches to the correct + notebook page, or creates a new page/control as necessary. + (e_shell_view_new): Creates and inserts the notebook into the + shell. + 2000-03-17 Elliot Lee <sopwith@redhat.com> * calendar/cal-client/Makefile.am, calendar/cal-util/Makefile.am, calendar/gui/Makefile.am, |