commit 6ef34d399de9501dbd09a245b88fa3636ead434a
parent b910146ff51f32e9501fb4ad5537a47ceb06f154
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:
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);
if (!geometry.min_height) {
geometry.min_width = 320;