Skip to content
Commit 34ac4696 authored by Carlos Soriano Sánchez's avatar Carlos Soriano Sánchez
Browse files

desktop: avoid to raise the window on the stack

If we don't pass DONT_MAKE_ACTIVE flag to the window, it will
raise the window with a gtk_present_window () call, which will
actually hide the desktop window from the background.

This fixes the icons not appearing until the next map () of the
desktop window, that lowers again the window on the stack.

https://bugzilla.gnome.org/show_bug.cgi?id=754360
parent 84ee42db
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