Skip to content
Commit 6df5972a authored by Ernestas Kulik's avatar Ernestas Kulik
Browse files

properties-window: make icon chooser dialog modal

The custom icon selection GtkFileChooserDialog is unresponsive when
opened. This is caused by the properties dialog window being modal,
since it is up to the window manager how to process input in such
situations.

One of the ways to ensure that the child dialog receives and processes
user input is by making it modal. This commit makes it such.

https://bugzilla.gnome.org/show_bug.cgi?id=753394
parent 7407065f
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