X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fcore%2Fcorebuffersyncer.cpp;h=9549df7a0df47a60bc575a990ebd70f29645d2f1;hp=5f035a914933913be1bccaeda58a890606c9c900;hb=7c9c1b348382b8b77f96a883945c522d32a478d5;hpb=f0ac185f1fc99f64b49928c2886933ec927f265a diff --git a/src/core/corebuffersyncer.cpp b/src/core/corebuffersyncer.cpp index 5f035a91..9549df7a 100644 --- a/src/core/corebuffersyncer.cpp +++ b/src/core/corebuffersyncer.cpp @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2005-08 by the Quassel Project * + * Copyright (C) 2005-09 by the Quassel Project * * devel@quassel-irc.org * * * * This program is free software; you can redistribute it and/or modify * @@ -26,7 +26,7 @@ #include "ircchannel.h" CoreBufferSyncer::CoreBufferSyncer(CoreSession *parent) - : BufferSyncer(parent), + : BufferSyncer(Core::bufferLastSeenMsgIds(parent->user()), parent), _coreSession(parent) { }