GNOME Bugzilla – Bug 337531
[0.11] ctrl-C copy from chan broken, context menu works fine
Last modified: 2006-04-09 10:19:35 UTC
Since the upgrade from 0.10 to 0.11 selecting some text to a chan, pressing ctrl-C and pressing ctrl-V on the text entry then doesn't work. The context menu entry to copy works fine though
reproducable
When we hit ctrl-V we copy the selection from the text entry if there is one; if not we get it from the conversation panel. (#337531)
(Sorry for previous comment) Fixed in SVN (10410) Sun Apr 9 12:07:44 CEST 2006 Guillaume Desmottes <cass@skynet.be> * src/fe-gnome/conversation-panel.c: * src/fe-gnome/conversation-panel.h: - Add a conversation_panel_copy_selection () method. * src/fe-gnome/main-window.c: - When we hit ctrl-V we copy the selection from the text entry if there is one; if not we get it from the conversation panel. (#337531)
Created attachment 63007 [details] [review] The fix The diff for the Ubuntu package. :)