[Commits] [SCM] claws branch, gtk3, updated. 4.0.0-91-gb2e357547
wwp at claws-mail.org
wwp at claws-mail.org
Wed Sep 1 10:22:21 UTC 2021
The branch, gtk3 has been updated
via b2e357547140413bfa23f20790f5091060e001a5 (commit)
from e7436fb6938e61b5c62c2cd296222baaa3b78a0c (commit)
Summary of changes:
src/mainwindow.c | 4 ++++
1 file changed, 4 insertions(+)
- Log -----------------------------------------------------------------
commit b2e357547140413bfa23f20790f5091060e001a5
Author: wwp <subscript at free.fr>
Date: Wed Sep 1 12:20:46 2021 +0200
Fix a missing wait mouse cursor at some point.
diff --git a/src/mainwindow.c b/src/mainwindow.c
index aa01220a0..4ef8ad159 100644
--- a/src/mainwindow.c
+++ b/src/mainwindow.c
@@ -4615,6 +4615,8 @@ static void thread_cb(GtkAction *action, gpointer data)
if (mainwin->menu_lock_count) return;
if (!mainwin->summaryview->folder_item) return;
+ main_window_cursor_wait(mainwin);
+
selected_msgnum = summary_get_msgnum(mainwin->summaryview, mainwin->summaryview->selected);
threaded = gtk_toggle_action_get_active (GTK_TOGGLE_ACTION (action));
@@ -4626,6 +4628,8 @@ static void thread_cb(GtkAction *action, gpointer data)
summary_show(mainwin->summaryview,
mainwin->summaryview->folder_item, FALSE);
summary_select_by_msgnum(mainwin->summaryview, selected_msgnum, FALSE);
+
+ main_window_cursor_normal(mainwin);
}
static void expand_threads_cb(GtkAction *action, gpointer data)
-----------------------------------------------------------------------
hooks/post-receive
--
Claws Mail
More information about the Commits
mailing list