Issue #642 fixing merge mistake

Former-commit-id: 77d150bf6c [formerly 77d150bf6c [formerly 2e699d0cd90d2f61ff211b601300ab17cf9c5a40]]
Former-commit-id: 4cc721ebf5
Former-commit-id: 7915f5edf2
This commit is contained in:
Matt Nash 2012-06-04 09:25:13 -05:00
parent ca4c0baa6e
commit 4b139f6f81

View file

@ -395,7 +395,8 @@ public abstract class AbstractSessionView extends CaveFloatingView {
msgArchive = getMessageArchive();
}
msgArchive.archive(sb.toString());
searchComp.appendText(sb.toString());
searchComp.appendText(sb.toString());
}
});
}