[Commits] [SCM] claws branch, master, updated. 3.17.4-49-g6ef34d399

paul at claws-mail.org paul at claws-mail.org
Wed Oct 16 08:52:06 CET 2019


The branch, master has been updated
       via  6ef34d399de9501dbd09a245b88fa3636ead434a (commit)
      from  b910146ff51f32e9501fb4ad5537a47ceb06f154 (commit)

Summary of changes:
 src/messageview.c | 1 -
 1 file changed, 1 deletion(-)


- Log -----------------------------------------------------------------
commit 6ef34d399de9501dbd09a245b88fa3636ead434a
Author: Paul <paul at claws-mail.org>
Date:   Wed Oct 16 09:52:02 2019 +0100

    remove this GDK_WINDOW_TYPE_HINT_DIALOG
    
    this is annoying for users of those WMs which conflate
    GDK_WINDOW_TYPE_HINT_DIALOG with modalilty

diff --git a/src/messageview.c b/src/messageview.c
index d44127757..2f7a8289f 100644
--- a/src/messageview.c
+++ b/src/messageview.c
@@ -714,7 +714,6 @@ static MessageView *messageview_create_with_new_window_visible(MainWindow *mainw
 	window = gtkut_window_new(GTK_WINDOW_TOPLEVEL, "messageview");
 	gtk_window_set_title(GTK_WINDOW(window), _("Claws Mail - Message View"));
 	gtk_window_set_resizable(GTK_WINDOW(window), TRUE);
-	gtk_window_set_type_hint(GTK_WINDOW(window), GDK_WINDOW_TYPE_HINT_DIALOG);
 
 	if (!geometry.min_height) {
 		geometry.min_width = 320;

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


hooks/post-receive
-- 
Claws Mail


More information about the Commits mailing list