[Commits] [SCM] claws branch, master, updated. 4.3.0-23-g9994b3b0e

paul at claws-mail.org paul at claws-mail.org
Sun Jul 28 09:22:05 UTC 2024


The branch, master has been updated
       via  9994b3b0e13a09182578f595f96244a34e5f38ce (commit)
      from  29e30467b643cd34c233a7e916792f99d483f75a (commit)

Summary of changes:
 src/grouplistdialog.c | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)


- Log -----------------------------------------------------------------
commit 9994b3b0e13a09182578f595f96244a34e5f38ce
Author: Paul <paul at claws-mail.org>
Date:   Sun Jul 28 10:21:59 2024 +0100

    keep newsgroup subscription window on top when 'subscribe to newsgroup...' fails and newsgroup list can't be retrieved

diff --git a/src/grouplistdialog.c b/src/grouplistdialog.c
index a0027b38d..ef8ae22f8 100644
--- a/src/grouplistdialog.c
+++ b/src/grouplistdialog.c
@@ -117,7 +117,10 @@ GSList *grouplist_dialog(Folder *folder)
 
 	grouplist_dialog_set_list(NULL, TRUE);
 
-	if (ack) gtk_main();
+	if (ack) {
+		gtk_window_set_keep_above(GTK_WINDOW(dialog), TRUE);
+		gtk_main();
+	}
 
 	manage_window_focus_out(dialog, NULL, NULL);
 	gtk_widget_hide(dialog);

-----------------------------------------------------------------------


hooks/post-receive
-- 
Claws Mail


More information about the Commits mailing list