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.86 by root, Mon Dec 24 08:00:18 2007 UTC vs.
Revision 1.87 by root, Mon Dec 24 08:21:39 2007 UTC

600 600
601void rxvt_display::set_selection_owner (rxvt_term *owner) 601void rxvt_display::set_selection_owner (rxvt_term *owner)
602{ 602{
603 if (selection_owner && selection_owner != owner) 603 if (selection_owner && selection_owner != owner)
604 { 604 {
605 rxvt_term *owner = selection_owner;
606
605 selection_owner->selection_clear (); 607 owner->selection_clear ();
606 flush (); 608 owner->flush ();
607 } 609 }
608 610
609 selection_owner = owner; 611 selection_owner = owner;
610} 612}
611 613

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines