aboutsummaryrefslogtreecommitdiffstats
path: root/shell/ChangeLog
diff options
context:
space:
mode:
authorEttore Perazzoli <ettore@src.gnome.org>2003-10-23 01:24:38 +0800
committerEttore Perazzoli <ettore@src.gnome.org>2003-10-23 01:24:38 +0800
commitec0f879ca6e7b41d8bd850e37180c3fa92c35e88 (patch)
tree535aba1cc7d695ea9693231862d62543ed584ca3 /shell/ChangeLog
parent3dbe4a3ce12ddbfdb789a3a3856d830f06d4c1a9 (diff)
downloadgsoc2013-evolution-ec0f879ca6e7b41d8bd850e37180c3fa92c35e88.tar
gsoc2013-evolution-ec0f879ca6e7b41d8bd850e37180c3fa92c35e88.tar.gz
gsoc2013-evolution-ec0f879ca6e7b41d8bd850e37180c3fa92c35e88.tar.bz2
gsoc2013-evolution-ec0f879ca6e7b41d8bd850e37180c3fa92c35e88.tar.lz
gsoc2013-evolution-ec0f879ca6e7b41d8bd850e37180c3fa92c35e88.tar.xz
gsoc2013-evolution-ec0f879ca6e7b41d8bd850e37180c3fa92c35e88.tar.zst
gsoc2013-evolution-ec0f879ca6e7b41d8bd850e37180c3fa92c35e88.zip
(PADDING): Increase to 6 pixels.
(button_toggled_callback): Add a cast. (e_sidebar_set_selection_widget): Handle the NULL widget case properly. (impl_remove): New, implementation for GtkContainer::remove. (do_layout): Add padding between the selection_widget and the button box. svn path=/trunk/; revision=22989
Diffstat (limited to 'shell/ChangeLog')
-rw-r--r--shell/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog
index 375b7133ee..6ae50e37fd 100644
--- a/shell/ChangeLog
+++ b/shell/ChangeLog
@@ -1,5 +1,15 @@
2003-10-22 Ettore Perazzoli <ettore@ximian.com>
+ * e-sidebar.c (PADDING): Increase to 6 pixels.
+ (button_toggled_callback): Add a cast.
+ (e_sidebar_set_selection_widget): Handle the NULL widget case
+ properly.
+ (impl_remove): New, implementation for GtkContainer::remove.
+ (do_layout): Add padding between the selection_widget and the
+ button box.
+
+2003-10-22 Ettore Perazzoli <ettore@ximian.com>
+
* e-shell-window.c (struct _ComponentView): New member button_id.
(struct _EShellWindowPrivate): New member sidebar.
(component_new_new): Get a button_id arg.