CursorSlice & CursorSlice::operator=(CursorSlice const & cs)
{
        inset_ = cs.inset_;
        idx_ = cs.idx_;
        pit_ = cs.pit_;
        pos_ = cs.pos_;
-       if (inset_ && inset_->destroyedSignal()) {
-               inset_connection_ = inset_->destroyedSignal()->connect(
-                       boost::bind(&CursorSlice::invalidate, this));
-       }
        return *this;
}

Note that probably the whole operator=() can go.

It already did. Look in the svn logs by me and Abdel.

Stefan

Attachment: PGP.sig
Description: Signierter Teil der Nachricht

Reply via email to