aboutsummaryrefslogtreecommitdiffstats
path: root/mail/ChangeLog
diff options
context:
space:
mode:
authorNot Zed <NotZed@Ximian.com>2004-03-11 16:52:03 +0800
committerMichael Zucci <zucchi@src.gnome.org>2004-03-11 16:52:03 +0800
commitfff0d518420ca7ea8cd97014eb547120174c4a4e (patch)
treeec38e590ed3818be9e628ac820ed3a006935a455 /mail/ChangeLog
parent4138eb99da5fdc980384e64acc933d0d174d0842 (diff)
downloadgsoc2013-evolution-fff0d518420ca7ea8cd97014eb547120174c4a4e.tar
gsoc2013-evolution-fff0d518420ca7ea8cd97014eb547120174c4a4e.tar.gz
gsoc2013-evolution-fff0d518420ca7ea8cd97014eb547120174c4a4e.tar.bz2
gsoc2013-evolution-fff0d518420ca7ea8cd97014eb547120174c4a4e.tar.lz
gsoc2013-evolution-fff0d518420ca7ea8cd97014eb547120174c4a4e.tar.xz
gsoc2013-evolution-fff0d518420ca7ea8cd97014eb547120174c4a4e.tar.zst
gsoc2013-evolution-fff0d518420ca7ea8cd97014eb547120174c4a4e.zip
a really gross hack, disable all search handlers before setting the search
2004-03-11 Not Zed <NotZed@Ximian.com> * em-folder-browser.c (emfb_set_folder): a really gross hack, disable all search handlers before setting the search and set hte search manually rather than going through the callbacks. Partial fix for #55267, and ugly as it is. (emfb_init): save the search signal id's. (emfb_set_folder): ugh, properly set the defaults if the settings haven't been stored on the folder, and properly move them upstream to the bonobo menus. svn path=/trunk/; revision=25027
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r--mail/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog
index 062482a543..3756840b54 100644
--- a/mail/ChangeLog
+++ b/mail/ChangeLog
@@ -1,5 +1,14 @@
2004-03-11 Not Zed <NotZed@Ximian.com>
+ * em-folder-browser.c (emfb_set_folder): a really gross hack,
+ disable all search handlers before setting the search and set hte
+ search manually rather than going through the callbacks. Partial
+ fix for #55267, and ugly as it is.
+ (emfb_init): save the search signal id's.
+ (emfb_set_folder): ugh, properly set the defaults if the settings
+ haven't been stored on the folder, and properly move them upstream
+ to the bonobo menus.
+
* em-folder-tree-model.c (sort_cb): when we sort, handle not
having the node in the tree. otherwise we always compare against
"" which puts it at the head of the branch, rather than the tail.