aboutsummaryrefslogtreecommitdiffstats
path: root/filter/ChangeLog
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@ximian.com>2001-08-04 05:52:41 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2001-08-04 05:52:41 +0800
commitbc4d011ab1d50e218b717e0daf53ae1b00d14332 (patch)
tree6d904e8d8ba244d6ad40720a31c325ed25273088 /filter/ChangeLog
parent4baef8309f7b216401269448ff5389296dd335c0 (diff)
downloadgsoc2013-evolution-bc4d011ab1d50e218b717e0daf53ae1b00d14332.tar
gsoc2013-evolution-bc4d011ab1d50e218b717e0daf53ae1b00d14332.tar.gz
gsoc2013-evolution-bc4d011ab1d50e218b717e0daf53ae1b00d14332.tar.bz2
gsoc2013-evolution-bc4d011ab1d50e218b717e0daf53ae1b00d14332.tar.lz
gsoc2013-evolution-bc4d011ab1d50e218b717e0daf53ae1b00d14332.tar.xz
gsoc2013-evolution-bc4d011ab1d50e218b717e0daf53ae1b00d14332.tar.zst
gsoc2013-evolution-bc4d011ab1d50e218b717e0daf53ae1b00d14332.zip
Do an evil kludgy hack so that the Rule Name entry widget gets focused
2001-08-03 Jeffrey Stedfast <fejj@ximian.com> * filter-rule.c (get_widget): Do an evil kludgy hack so that the Rule Name entry widget gets focused when the filter editor is shown. svn path=/trunk/; revision=11626
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 2182fbeebe..58d7486ba1 100644
--- a/filter/ChangeLog
+++ b/filter/ChangeLog
@@ -1,3 +1,9 @@
+2001-08-03 Jeffrey Stedfast <fejj@ximian.com>
+
+ * filter-rule.c (get_widget): Do an evil kludgy hack so that the
+ Rule Name entry widget gets focused when the filter editor is
+ shown.
+
2001-08-02 Jeffrey Stedfast <fejj@ximian.com>
* filter-rule.c: Wrap some debug printf's with d().