X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fclient%2Fbacklogsettings.h;h=21f946f7f7f21429e657305c4c70a0f1885f6e74;hp=f5a0f51b9c50f603a08793dbc9e5c610e0dfd371;hb=f824db0e31b54969e0b7fa0b5405b1e9173d482c;hpb=335e1e55ee8df69b37b1b4d839950ced9ac08cc4 diff --git a/src/client/backlogsettings.h b/src/client/backlogsettings.h index f5a0f51b..21f946f7 100644 --- a/src/client/backlogsettings.h +++ b/src/client/backlogsettings.h @@ -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 @@ class BacklogSettings : public ClientSettings { public: BacklogSettings() : ClientSettings("Backlog") {} - inline int requesterType() { return localValue("RequesterType", 0).toInt(); } + inline int requesterType() { return localValue("RequesterType", 1).toInt(); } inline void setRequesterType(int requesterType) { setLocalValue("RequesterType", requesterType); } inline int dynamicBacklogAmount() { return localValue("DynamicBacklogAmount", 200).toInt(); }