aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/misc/ChangeLog
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@ximian.com>2004-01-31 02:10:52 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2004-01-31 02:10:52 +0800
commitfd7589b17409fc1f4304e4ecfc676d270f925d8e (patch)
tree4333b705136124e467aa6ca6d12f9ef68407decd /widgets/misc/ChangeLog
parent7819ed0274a17d7ccf8c91d9c9518f443a0250d6 (diff)
downloadgsoc2013-evolution-fd7589b17409fc1f4304e4ecfc676d270f925d8e.tar
gsoc2013-evolution-fd7589b17409fc1f4304e4ecfc676d270f925d8e.tar.gz
gsoc2013-evolution-fd7589b17409fc1f4304e4ecfc676d270f925d8e.tar.bz2
gsoc2013-evolution-fd7589b17409fc1f4304e4ecfc676d270f925d8e.tar.lz
gsoc2013-evolution-fd7589b17409fc1f4304e4ecfc676d270f925d8e.tar.xz
gsoc2013-evolution-fd7589b17409fc1f4304e4ecfc676d270f925d8e.tar.zst
gsoc2013-evolution-fd7589b17409fc1f4304e4ecfc676d270f925d8e.zip
Only save the search-bar state OR the filter-bar state - decided based on
2004-01-30 Jeffrey Stedfast <fejj@ximian.com> * e-filter-bar.c (get_property): Only save the search-bar state OR the filter-bar state - decided based on what the search is. If the search is an advanced search, then save the filter-bar state, otherwise save the search-bar state. (set_property): Only need to restore the first state we find (filter-bar vs search-bar). If we are restoring filter-bar state, set efb->setquery to TRUE and then set the item_id to E_FILTERBAR_ADVANCED_ID. svn path=/trunk/; revision=24542
Diffstat (limited to 'widgets/misc/ChangeLog')
-rw-r--r--widgets/misc/ChangeLog16
1 files changed, 16 insertions, 0 deletions
diff --git a/widgets/misc/ChangeLog b/widgets/misc/ChangeLog
index e4baa14b3c..434e7cb863 100644
--- a/widgets/misc/ChangeLog
+++ b/widgets/misc/ChangeLog
@@ -1,3 +1,19 @@
+2004-01-30 Jeffrey Stedfast <fejj@ximian.com>
+
+ * e-filter-bar.c (get_property): Only save the search-bar state OR
+ the filter-bar state - decided based on what the search is. If the
+ search is an advanced search, then save the filter-bar state,
+ otherwise save the search-bar state.
+ (set_property): Only need to restore the first state we find
+ (filter-bar vs search-bar). If we are restoring filter-bar state,
+ set efb->setquery to TRUE and then set the item_id to
+ E_FILTERBAR_ADVANCED_ID.
+
+2004-01-29 Jeffrey Stedfast <fejj@ximian.com>
+
+ * e-filter-bar.c (option_changed): Don't call efb->config() if the
+ current_query is NULL.
+
2004-01-28 Jeffrey Stedfast <fejj@ximian.com>
* e-search-bar.c (impl_get_property): Same.