diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2003-01-25 06:56:49 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2003-01-25 06:56:49 +0800 |
commit | cc35ce98a7a85b09dca062f7a781d7718cd17db2 (patch) | |
tree | d8280cf3eebfea13d8f8230766190200f348dc44 /mail/ChangeLog | |
parent | be30d82733a1f8afda0a496b43a9f14e512ad6a6 (diff) | |
download | gsoc2013-evolution-cc35ce98a7a85b09dca062f7a781d7718cd17db2.tar.gz gsoc2013-evolution-cc35ce98a7a85b09dca062f7a781d7718cd17db2.tar.zst gsoc2013-evolution-cc35ce98a7a85b09dca062f7a781d7718cd17db2.zip |
Set the paned_size here.
2003-01-24 Jeffrey Stedfast <fejj@ximian.com>
* folder-browser-ui.c (folder_browser_ui_add_global): Set the
paned_size here.
* folder-browser.c (folder_browser_gui_init): Don't bother
connecting to the hide-deleted, message-display-style, paned-size,
nor show-preview gconf notifications anymore, since we can just
set them when the view becomes active again in
folder-browser-ui.c. Cuts down on extra overhead.
(folder_browser_destroy): No need to disconnect from those
notifications anymore either.
svn path=/trunk/; revision=19626
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index 5100dbebbb..c5d25caae5 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,16 @@ +2003-01-24 Jeffrey Stedfast <fejj@ximian.com> + + * folder-browser-ui.c (folder_browser_ui_add_global): Set the + paned_size here. + + * folder-browser.c (folder_browser_gui_init): Don't bother + connecting to the hide-deleted, message-display-style, paned-size, + nor show-preview gconf notifications anymore, since we can just + set them when the view becomes active again in + folder-browser-ui.c. Cuts down on extra overhead. + (folder_browser_destroy): No need to disconnect from those + notifications anymore either. + 2003-01-24 Ettore Perazzoli <ettore@ximian.com> * Makefile.am (iconsdir): Remove, this is now defined in |