Always restore the position of the window when it appears on the desktop
authorJean-Philippe Orsini <jeanfi@gmail.com>
Thu, 16 Feb 2017 21:29:21 +0000 (22:29 +0100)
committerJean-Philippe Orsini <jeanfi@gmail.com>
Thu, 16 Feb 2017 21:29:21 +0000 (22:29 +0100)
commit90ec04c6efb1f0b9e3887a86b1da9e7d0d33f16f
treee21338118ee28cd92b75e240d06993ed7a21903b
parent3e708ba44ecfc86f33fc06b6060b77740c1b50c9
Always restore the position of the window when it appears on the desktop
(ex: when clicking on status icon).
ui_window_create does not need to move the window, ui_window_show
is always called and does it.

LP #1642034 (Francis Chin)
src/ui.c