From 5c99202e0b92d33db44720df655d593df4095ed2 Mon Sep 17 00:00:00 2001 From: Jeffrey Stedfast Date: Wed, 24 Oct 2001 03:47:10 +0000 Subject: Don't add the menu item here, do this in the context_changed signal 2001-10-23 Jeffrey Stedfast * 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 --- widgets/misc/ChangeLog | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'widgets/misc/ChangeLog') 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 + + * 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 * e-search-bar.c (copy_subitems): copy the translate field over as -- cgit v1.2.3