libxfce4panel: Do not destroy context menu if popped up
Fixes #442 (closed).
Since a method allowing to request the context menu destruction is exposed in the API, care should be taken to ensure that such a request does not occur when the menu is popped up in response to a click event.
This simple patch just ignore the request for destruction when the menu is shown.
Edited by Gaël Bonithon