From: Jerome Leclanche Date: Fri, 18 Oct 2013 15:41:27 +0000 (+0100) Subject: Add the "Copy Selection" context menu item after checking for chat items X-Git-Tag: 0.10-beta1~87 X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=commitdiff_plain;h=7f0bcdbfaa2f435baad9b833441aca86517cb84c;hp=7f0bcdbfaa2f435baad9b833441aca86517cb84c Add the "Copy Selection" context menu item after checking for chat items When right clicking a channel, Quassel will drop all other items from the context menu. We work around this by checking for a selection after everything else has been added to the menu, and make sure to add the Copy Selection item at the top. Fixes issues #1031 and #1048 ---