Issue #642 fixing merge mistake
Former-commit-id:4cc721ebf5
[formerly 2e699d0cd90d2f61ff211b601300ab17cf9c5a40] Former-commit-id:77d150bf6c
This commit is contained in:
parent
8f16eecde5
commit
e27578206e
1 changed files with 2 additions and 1 deletions
|
@ -395,7 +395,8 @@ public abstract class AbstractSessionView extends CaveFloatingView {
|
||||||
msgArchive = getMessageArchive();
|
msgArchive = getMessageArchive();
|
||||||
}
|
}
|
||||||
msgArchive.archive(sb.toString());
|
msgArchive.archive(sb.toString());
|
||||||
searchComp.appendText(sb.toString());
|
searchComp.appendText(sb.toString());
|
||||||
|
}
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue