aboutsummaryrefslogtreecommitdiffstats
path: root/mail/ChangeLog
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@helixcode.com>2000-11-08 07:32:32 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2000-11-08 07:32:32 +0800
commitf82d483cd0a88fcbdb1a22561e152e896460dee2 (patch)
tree58b36a7f3ab52d0b14be53142d6b0bb38616b378 /mail/ChangeLog
parentbdbf523c853e7a5614a0d86b4ea3313eea2c3c32 (diff)
downloadgsoc2013-evolution-f82d483cd0a88fcbdb1a22561e152e896460dee2.tar
gsoc2013-evolution-f82d483cd0a88fcbdb1a22561e152e896460dee2.tar.gz
gsoc2013-evolution-f82d483cd0a88fcbdb1a22561e152e896460dee2.tar.bz2
gsoc2013-evolution-f82d483cd0a88fcbdb1a22561e152e896460dee2.tar.lz
gsoc2013-evolution-f82d483cd0a88fcbdb1a22561e152e896460dee2.tar.xz
gsoc2013-evolution-f82d483cd0a88fcbdb1a22561e152e896460dee2.tar.zst
gsoc2013-evolution-f82d483cd0a88fcbdb1a22561e152e896460dee2.zip
Don't handle custom searching anymore... we don't want this.
2000-11-07 Jeffrey Stedfast <fejj@helixcode.com> * folder-browser.c (search_save): Don't handle custom searching anymore... we don't want this. (search_full): Same. (folder_browser_search_menu_activated): Set the search entry widget sensitive. (folder_browser_search_query_changed): Same. svn path=/trunk/; revision=6496
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r--mail/ChangeLog3
1 files changed, 0 insertions, 3 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog
index c9bd7c221d..24e0781489 100644
--- a/mail/ChangeLog
+++ b/mail/ChangeLog
@@ -6,9 +6,6 @@
(folder_browser_search_menu_activated): Set the search entry
widget sensitive.
(folder_browser_search_query_changed): Same.
- (search_full_clicked): Set the text of the disabled search entry
- to the search query string (as search_save depends on this
- string). Would it be better to save this somewhere else?
2000-11-07 Jeffrey Stedfast <fejj@helixcode.com>