2005-01-21 [colin] 1.0.0cvs7.1

* src/summaryview.c
		Sync with HEAD
This commit is contained in:
Colin Leroy 2005-01-21 17:41:57 +00:00
parent 1a21a3a747
commit 4f0efd0cfc
4 changed files with 9 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2005-01-21 [colin] 1.0.0cvs7.1
* src/summaryview.c
Sync with HEAD
2005-01-21 [colin] 1.0.0cvs6.1
* src/summaryview.c

View file

@ -335,3 +335,4 @@
( cvs diff -u -r 1.87.2.9 -r 1.87.2.10 src/folder.h; cvs diff -u -r 1.207.2.24 -r 1.207.2.25 src/folderview.c; cvs diff -u -r 1.20.2.3 -r 1.20.2.4 src/folderview.h; cvs diff -u -r 1.395.2.42 -r 1.395.2.43 src/summaryview.c; cvs diff -u -r 1.1.2.13 -r 1.1.2.14 src/gtk/quicksearch.c; cvs diff -u -r 1.1.2.4 -r 1.1.2.5 src/gtk/quicksearch.h; ) > 1.0.0cvs4.1.patchset
( cvs diff -u -r 1.1.2.14 -r 1.1.2.15 src/gtk/quicksearch.c; cvs diff -u -r 1.204.2.27 -r 1.204.2.28 src/prefs_common.c; cvs diff -u -r 1.103.2.10 -r 1.103.2.11 src/prefs_common.h; ) > 1.0.0cvs5.1.patchset
( cvs diff -u -r 1.395.2.43 -r 1.395.2.44 src/summaryview.c; ) > 1.0.0cvs6.1.patchset
( cvs diff -u -r 1.395.2.44 -r 1.395.2.45 src/summaryview.c; ) > 1.0.0cvs7.1.patchset

View file

@ -11,7 +11,7 @@ MINOR_VERSION=0
MICRO_VERSION=0
INTERFACE_AGE=0
BINARY_AGE=0
EXTRA_VERSION=6
EXTRA_VERSION=7
EXTRA_RELEASE=
EXTRA_GTK2_VERSION=.1

View file

@ -922,10 +922,12 @@ gboolean summary_show(SummaryView *summaryview, FolderItem *item)
if (quicksearch_changed) {
/* only scan subfolders when quicksearch changed,
* not when search is the same and folder changed */
main_window_cursor_wait(summaryview->mainwin);
quicksearch_reset_cur_folder_item(summaryview->quicksearch);
quicksearch_search_subfolders(summaryview->quicksearch,
summaryview->folderview,
summaryview->folder_item);
main_window_cursor_normal(summaryview->mainwin);
}
g_slist_free(mlist);