aboutsummaryrefslogtreecommitdiffstats
path: root/filter/ChangeLog
diff options
context:
space:
mode:
authorRodney Dawes <dobey@ximian.com>2004-03-30 06:25:15 +0800
committerRodney Dawes <dobey@src.gnome.org>2004-03-30 06:25:15 +0800
commit3d6efc8617bc5662e2524fe3e1d464e52e8d43c8 (patch)
tree779b21b8f4c6490204151991d0a0da683f299f34 /filter/ChangeLog
parent7b52cce57f0fdcf493d2980948eaf5440c1b2a39 (diff)
downloadgsoc2013-evolution-3d6efc8617bc5662e2524fe3e1d464e52e8d43c8.tar
gsoc2013-evolution-3d6efc8617bc5662e2524fe3e1d464e52e8d43c8.tar.gz
gsoc2013-evolution-3d6efc8617bc5662e2524fe3e1d464e52e8d43c8.tar.bz2
gsoc2013-evolution-3d6efc8617bc5662e2524fe3e1d464e52e8d43c8.tar.lz
gsoc2013-evolution-3d6efc8617bc5662e2524fe3e1d464e52e8d43c8.tar.xz
gsoc2013-evolution-3d6efc8617bc5662e2524fe3e1d464e52e8d43c8.tar.zst
gsoc2013-evolution-3d6efc8617bc5662e2524fe3e1d464e52e8d43c8.zip
Fix packing of the hbox that contains the actual input widgets to expand
2004-03-29 Rodney Dawes <dobey@ximian.com> * filter-filter.c (get_widget): * filter-rule.c (get_widget): Fix packing of the hbox that contains the actual input widgets to expand and fill svn path=/trunk/; revision=25235
Diffstat (limited to 'filter/ChangeLog')
-rw-r--r--filter/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/filter/ChangeLog b/filter/ChangeLog
index 9a4485315e..cf2c93f341 100644
--- a/filter/ChangeLog
+++ b/filter/ChangeLog
@@ -1,3 +1,9 @@
+2004-03-29 Rodney Dawes <dobey@ximian.com>
+
+ * filter-filter.c (get_widget):
+ * filter-rule.c (get_widget): Fix packing of the hbox that contains
+ the actual input widgets to expand and fill
+
2004-03-26 Not Zed <NotZed@Ximian.com>
* filter-option.c (filter_option_add): return the added option.