Fix context menu not being restored properly
authorManuel Nickschas <sputnick@quassel-irc.org>
Sun, 24 Nov 2013 18:55:00 +0000 (19:55 +0100)
committerManuel Nickschas <sputnick@quassel-irc.org>
Sun, 24 Nov 2013 18:55:00 +0000 (19:55 +0100)
When showing a context menu on a clickable, we used to hide existing
context menu item to avoid confusing the user. However, those actions
were never unhidden again. This resulted in the context menu not showing
most options ever again in subsequent invocations.

Instead of hiding the actions, we now just clear the menu.


No differences found