Yearly copyright bump :)
[quassel.git] / src / client / backlogsettings.h
index f5a0f51..21f946f 100644 (file)
@@ -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  *
  *   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") {}
 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(); }
   inline void setRequesterType(int requesterType) { setLocalValue("RequesterType", requesterType); }
 
   inline int dynamicBacklogAmount() { return localValue("DynamicBacklogAmount", 200).toInt(); }