From b76bf69d8db9267bd8ab3760c46c893598a1dd44 Mon Sep 17 00:00:00 2001 From: Matthew Loper Date: Tue, 21 Mar 2000 01:27:04 +0000 Subject: 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 --- ChangeLog | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index c8bf478737..8162ad0642 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,15 @@ +2000-03-20 Matt Loper + + * 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 * calendar/cal-client/Makefile.am, calendar/cal-util/Makefile.am, calendar/gui/Makefile.am, -- cgit v1.2.3