After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 337531 - [0.11] ctrl-C copy from chan broken, context menu works fine
[0.11] ctrl-C copy from chan broken, context menu works fine
Status: RESOLVED FIXED
Product: xchat-gnome
Classification: Other
Component: general
0.11
Other Linux
: Normal normal
: ---
Assigned To: xchat-gnome maintainers
xchat-gnome maintainers
Depends on:
Blocks:
 
 
Reported: 2006-04-06 17:06 UTC by Sebastien Bacher
Modified: 2006-04-09 10:19 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
The fix (2.85 KB, patch)
2006-04-09 10:19 UTC, Guillaume Desmottes
committed Details | Review

Description Sebastien Bacher 2006-04-06 17:06:21 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
Comment 1 David Trowbridge 2006-04-06 17:09:00 UTC
reproducable
Comment 2 Guillaume Desmottes 2006-04-09 10:13:35 UTC
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)
Comment 3 Guillaume Desmottes 2006-04-09 10:18:10 UTC
(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)
Comment 4 Guillaume Desmottes 2006-04-09 10:19:35 UTC
Created attachment 63007 [details] [review]
The fix

The diff for the Ubuntu package. :)