projects
/
claws.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e184b18
)
Reenable transient windows for win32. Fixes bug #2866.
author
Andrej Kacian
<ticho@claws-mail.org>
Wed, 1 Jul 2015 17:00:02 +0000
(19:00 +0200)
committer
Andrej Kacian
<ticho@claws-mail.org>
Wed, 1 Jul 2015 17:00:02 +0000
(19:00 +0200)
This effectively reverts older commit
ed483d5f
.
src/gtk/manage_window.c
patch
|
blob
|
history
diff --git
a/src/gtk/manage_window.c
b/src/gtk/manage_window.c
index a1100ecbf6bd2eb092451ad33ee055b8fa2ffc6b..47f786ae6dab40218f154dd83f692f3f2f7228c6 100644
(file)
--- 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
}