[Commits] [SCM] claws branch, master, updated. 3.11.1-186-g95c770f
ticho at claws-mail.org
ticho at claws-mail.org
Wed Jul 1 19:03:21 CEST 2015
The branch, master has been updated
via 95c770f2fdf65e0506333e2dd00f8855a2c4ae65 (commit)
from e184b18f5796f9fd5d23410b7dc68d298e609933 (commit)
Summary of changes:
src/gtk/manage_window.c | 2 --
1 file changed, 2 deletions(-)
- Log -----------------------------------------------------------------
commit 95c770f2fdf65e0506333e2dd00f8855a2c4ae65
Author: Andrej Kacian <ticho at claws-mail.org>
Date: Wed Jul 1 19:00:02 2015 +0200
Reenable transient windows for win32. Fixes bug #2866.
This effectively reverts older commit ed483d5f.
diff --git a/src/gtk/manage_window.c b/src/gtk/manage_window.c
index a1100ec..47f786a 100644
--- a/src/gtk/manage_window.c
+++ b/src/gtk/manage_window.c
@@ -85,8 +85,6 @@ void manage_window_destroy(GtkWidget *widget, gpointer data)
void manage_window_set_transient(GtkWindow *window)
{
-#ifndef G_OS_WIN32
if (window && focus_window)
gtk_window_set_transient_for(window, GTK_WINDOW(focus_window));
-#endif
}
-----------------------------------------------------------------------
hooks/post-receive
--
Claws Mail
More information about the Commits
mailing list