X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fclient%2Fbacklogsettings.h;h=1dcdb597416b647e22b66736210eec3c0066ee92;hp=f5a0f51b9c50f603a08793dbc9e5c610e0dfd371;hb=5992edbbfa5a6e4a3c72b07c6f08a464f87dd432;hpb=335e1e55ee8df69b37b1b4d839950ced9ac08cc4 diff --git a/src/client/backlogsettings.h b/src/client/backlogsettings.h index f5a0f51b..1dcdb597 100644 --- a/src/client/backlogsettings.h +++ b/src/client/backlogsettings.h @@ -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(); }