Bug 58049

Summary: Clicking in messages window clears the clipboard
Product: [Applications] kdevelop Reporter: lament
Component: generalAssignee: KDevelop Developers <kdevelop-devel>
Status: RESOLVED FIXED    
Severity: normal    
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: RedHat Enterprise Linux   
OS: Linux   
Latest Commit: Version Fixed In:
Attachments: No longer sets clipboard when clicking

Description lament 2003-05-03 06:05:34 UTC
Version:           3.0.0a4 (using KDE KDE 3.1)
Installed from:    RedHat RPMs
Compiler:          gcc 3.2.2 
OS:          Linux

(Gideon compiled from 2003/05/02 cvs)

Clicking anywhere in the messages tab/window will erase the contents of the clipboard.

To reproduce:
* Select some text in the editor and ctrl-c to copy to the clipboard
* Click anywhere in the messages tab/window
* Ctrl-v to paste. A newline is printed instead of the previously copied text.
Comment 1 Jens Dagerbo 2003-05-10 04:21:11 UTC
Indeed it does. 
Comment 2 Marcel Turino 2003-05-11 12:24:58 UTC
Created attachment 1522 [details]
No longer sets clipboard when clicking

Made a patch...
No longer sets clipboard when clicking, but it still copies *selected* text
into clipboard (was intended by the author, I think).
Comment 3 Jens Dagerbo 2003-05-11 22:34:40 UTC
Applied. Thanks!