2006-02-07 [colin] 2.0.0cvs29

* src/action.c
		Forgot to refresh summaryview
This commit is contained in:
Colin Leroy 2006-02-07 18:27:55 +00:00
parent 3c4e6e0e44
commit c8b0cf2cae
4 changed files with 8 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2006-02-07 [colin] 2.0.0cvs29
* src/action.c
Forgot to refresh summaryview
2006-02-07 [colin] 2.0.0cvs28
* src/action.c

View file

@ -1212,3 +1212,4 @@
( cvs diff -u -r 1.213.2.82 -r 1.213.2.83 src/folder.c; ) > 2.0.0cvs26.patchset
( cvs diff -u -r 1.213.2.83 -r 1.213.2.84 src/folder.c; ) > 2.0.0cvs27.patchset
( cvs diff -u -r 1.12.2.30 -r 1.12.2.31 src/action.c; cvs diff -u -r 1.382.2.235 -r 1.382.2.236 src/compose.c; ) > 2.0.0cvs28.patchset
( cvs diff -u -r 1.12.2.31 -r 1.12.2.32 src/action.c; ) > 2.0.0cvs29.patchset

View file

@ -11,7 +11,7 @@ MINOR_VERSION=0
MICRO_VERSION=0
INTERFACE_AGE=0
BINARY_AGE=0
EXTRA_VERSION=28
EXTRA_VERSION=29
EXTRA_RELEASE=
EXTRA_GTK2_VERSION=

View file

@ -627,6 +627,7 @@ static gboolean execute_filtering_actions(gchar *action, GSList *msglist)
gtk_clist_thaw(GTK_CLIST(summaryview->ctree));
main_window_cursor_normal(mainwin);
summary_unlock(summaryview);
summary_show(summaryview, summaryview->folder_item);
}
for (p = action_list; p; p = g_slist_next(p))
if (p->data) filteringaction_free(p->data);