diff options
author | Not Zed <NotZed@Ximian.com> | 2003-03-27 10:58:23 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2003-03-27 10:58:23 +0800 |
commit | 40b2d61435ab9f8b5175f0e93490551c6f96c7a2 (patch) | |
tree | 85d05af6873fcd076b738817aa37075a2004501c /mail/ChangeLog | |
parent | c9e9fc80b7b19698756eebea9d3e9fbf580c14bd (diff) | |
download | gsoc2013-evolution-40b2d61435ab9f8b5175f0e93490551c6f96c7a2.tar.gz gsoc2013-evolution-40b2d61435ab9f8b5175f0e93490551c6f96c7a2.tar.zst gsoc2013-evolution-40b2d61435ab9f8b5175f0e93490551c6f96c7a2.zip |
dont set the paned initial size here, but hook onto the realize signal.
2003-03-27 Not Zed <NotZed@Ximian.com>
* folder-browser.c (folder_browser_gui_init): dont set the paned
initial size here, but hook onto the realize signal.
(paned_realised): set the paned size once we're realised. Fixes
#37084, its a bit of a hack, but it seems to work.
svn path=/trunk/; revision=20536
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index 4a461578b6..b208623cca 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,10 @@ +2003-03-27 Not Zed <NotZed@Ximian.com> + + * folder-browser.c (folder_browser_gui_init): dont set the paned + initial size here, but hook onto the realize signal. + (paned_realised): set the paned size once we're realised. Fixes + #37084, its a bit of a hack, but it seems to work. + 2003-03-26 Jeffrey Stedfast <fejj@ximian.com> Fixes bug #40074. |