talons

Fork of Claws Mail https://www.claws-mail
Log | Files | Refs | README | LICENSE

commit 7664e664f6df59f4d536bbfef5f324dc4220c3fb
parent 70bf25cfe5a25869f8c3f0cb10573de597e2b957
Author: Paul <paul@claws-mail.org>
Date:   Wed, 16 Oct 2019 09:52:02 +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

Diffstat:
Msrc/messageview.c | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git 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); gtk_window_set_default_size(GTK_WINDOW(window), prefs_common.msgwin_width, prefs_common.msgwin_height);