aboutsummaryrefslogtreecommitdiffstats
path: root/mail/ChangeLog
diff options
context:
space:
mode:
authorNot Zed <NotZed@Ximian.com>2003-03-27 10:58:23 +0800
committerMichael Zucci <zucchi@src.gnome.org>2003-03-27 10:58:23 +0800
commit40b2d61435ab9f8b5175f0e93490551c6f96c7a2 (patch)
tree85d05af6873fcd076b738817aa37075a2004501c /mail/ChangeLog
parentc9e9fc80b7b19698756eebea9d3e9fbf580c14bd (diff)
downloadgsoc2013-evolution-40b2d61435ab9f8b5175f0e93490551c6f96c7a2.tar
gsoc2013-evolution-40b2d61435ab9f8b5175f0e93490551c6f96c7a2.tar.gz
gsoc2013-evolution-40b2d61435ab9f8b5175f0e93490551c6f96c7a2.tar.bz2
gsoc2013-evolution-40b2d61435ab9f8b5175f0e93490551c6f96c7a2.tar.lz
gsoc2013-evolution-40b2d61435ab9f8b5175f0e93490551c6f96c7a2.tar.xz
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/ChangeLog7
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.