aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/misc/ChangeLog
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@ximian.com>2001-10-24 11:47:10 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2001-10-24 11:47:10 +0800
commit5c99202e0b92d33db44720df655d593df4095ed2 (patch)
tree83db410a10f87256a3f43a0d5a95c0ae390e68a4 /widgets/misc/ChangeLog
parentce6360e786db1b3947f848a570f42b890a862e52 (diff)
downloadgsoc2013-evolution-5c99202e0b92d33db44720df655d593df4095ed2.tar
gsoc2013-evolution-5c99202e0b92d33db44720df655d593df4095ed2.tar.gz
gsoc2013-evolution-5c99202e0b92d33db44720df655d593df4095ed2.tar.bz2
gsoc2013-evolution-5c99202e0b92d33db44720df655d593df4095ed2.tar.lz
gsoc2013-evolution-5c99202e0b92d33db44720df655d593df4095ed2.tar.xz
gsoc2013-evolution-5c99202e0b92d33db44720df655d593df4095ed2.tar.zst
gsoc2013-evolution-5c99202e0b92d33db44720df655d593df4095ed2.zip
Don't add the menu item here, do this in the context_changed signal
2001-10-23 Jeffrey Stedfast <fejj@ximian.com> * e-filter-bar.c (rule_editor_clicked): Don't add the menu item here, do this in the context_changed signal callback instead. (context_changed): rebuild the search menu. (set_menu): Copy the items into a default_items list so we can regenerate the menu when something changes. Then call generate_menu(). (generate_menu): Do what set_menu() used to do. (e_filter_bar_new): Don't do a rule_context_load() anymore since we don't need to. (destroy): free the default_items list. svn path=/trunk/; revision=13975
Diffstat (limited to 'widgets/misc/ChangeLog')
-rw-r--r--widgets/misc/ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/widgets/misc/ChangeLog b/widgets/misc/ChangeLog
index 4af10fff08..10bfd942eb 100644
--- a/widgets/misc/ChangeLog
+++ b/widgets/misc/ChangeLog
@@ -1,3 +1,16 @@
+2001-10-23 Jeffrey Stedfast <fejj@ximian.com>
+
+ * e-filter-bar.c (rule_editor_clicked): Don't add the menu item
+ here, do this in the context_changed signal callback instead.
+ (context_changed): rebuild the search menu.
+ (set_menu): Copy the items into a default_items list so we can
+ regenerate the menu when something changes. Then call
+ generate_menu().
+ (generate_menu): Do what set_menu() used to do.
+ (e_filter_bar_new): Don't do a rule_context_load() anymore since
+ we don't need to.
+ (destroy): free the default_items list.
+
2001-10-23 Damon Chaplin <damon@ximian.com>
* e-search-bar.c (copy_subitems): copy the translate field over as