ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/rxvt-unicode/src/rxvttoolkit.C
(Generate patch)

Comparing rxvt-unicode/src/rxvttoolkit.C (file contents):
Revision 1.105 by sf-exg, Sat Jan 30 20:26:04 2010 UTC vs.
Revision 1.106 by sf-exg, Mon Feb 22 09:47:41 2010 UTC

607{ 607{
608 rxvt_term * &cur_owner = !clipboard ? selection_owner : clipboard_owner; 608 rxvt_term * &cur_owner = !clipboard ? selection_owner : clipboard_owner;
609 609
610 if (cur_owner && cur_owner != owner) 610 if (cur_owner && cur_owner != owner)
611 { 611 {
612 rxvt_term *term = cur_owner;
612 cur_owner->selection_clear (clipboard); 613 term->selection_clear (clipboard);
613 cur_owner->flush (); 614 term->flush ();
614 } 615 }
615 616
616 cur_owner = owner; 617 cur_owner = owner;
617} 618}
618 619

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines