aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/ChangeLog
diff options
context:
space:
mode:
authorRodney Dawes <dobey#novell.com>2004-07-13 01:29:46 +0800
committerRodney Dawes <dobey@src.gnome.org>2004-07-13 01:29:46 +0800
commite32aee64df4e58164851079e98e6e392a434f5cc (patch)
treef95f23ec94cc240efb40b34147c88266aa3799e0 /calendar/ChangeLog
parent974f00331b0a67b68b9ecf3fb7da9a18e458fb3f (diff)
downloadgsoc2013-evolution-e32aee64df4e58164851079e98e6e392a434f5cc.tar
gsoc2013-evolution-e32aee64df4e58164851079e98e6e392a434f5cc.tar.gz
gsoc2013-evolution-e32aee64df4e58164851079e98e6e392a434f5cc.tar.bz2
gsoc2013-evolution-e32aee64df4e58164851079e98e6e392a434f5cc.tar.lz
gsoc2013-evolution-e32aee64df4e58164851079e98e6e392a434f5cc.tar.xz
gsoc2013-evolution-e32aee64df4e58164851079e98e6e392a434f5cc.tar.zst
gsoc2013-evolution-e32aee64df4e58164851079e98e6e392a434f5cc.zip
Add this callback so we can set the paned position on realize
2004-07-12 Rodney Dawes <dobey#novell.com> * gui/e-tasks.c (pane_realized): Add this callback so we can set the paned position on realize (setup_widgets): Move the paned widget to the priv structure so that we can access it elsewhere (display_view_cb): Set the paned position when the view gets displayed Fixes #55653 svn path=/trunk/; revision=26624
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r--calendar/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog
index f399a6db53..4e7a31411e 100644
--- a/calendar/ChangeLog
+++ b/calendar/ChangeLog
@@ -1,3 +1,13 @@
+2004-07-12 Rodney Dawes <dobey#novell.com>
+
+ * gui/e-tasks.c (pane_realized): Add this callback so we can set the
+ paned position on realize
+ (setup_widgets): Move the paned widget to the priv structure so that
+ we can access it elsewhere
+ (display_view_cb): Set the paned position when the view gets displayed
+
+ Fixes #55653
+
2004-07-12 Rodney Dawes <dobey@novell.com>
* gui/dialogs/recur-comp.c (recur_component_dialog):