Skip to content
Commit 3222c3df authored by Martin Nordholts's avatar Martin Nordholts
Browse files

Bug 565459 - newly opened images are put into the background

When we are going to open new image windows, unset the transient
window. We don't need it since we will use gdk_window_raise() to
keep the dialog on top. And if we don't do it, then the dialog
will pull the image window it was invoked from on top of all the
new opened image windows, and we don't want that to happen.

Patch heavily inspiried by hack from Massimo Valentini.
parent 4fe6a05a
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment