[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#291968: ksirc: History length arbitrary limitation



El Lunes 24 Enero 2005 11:35, Tor Arntsen escribió:
> Package: ksirc
> Version: 4:3.3.1-2
> Severity: normal
>
> In "General KSirc Settings", "History lenght" is limited to 1000.
>
> I was using 3000 as history length for a long time, but at
> some stage an arbitrary limit of 1000 has been inserted into ksirc,
> with the result that I lose needed history when I'm away from my
> computer more than a day.  Such arbitrary limits should not
> exist according to GNU standards, and in any case 1000 is
> a ridiculously low limit (as this problem wasn't there in earlier
> versions one would think it should be easy to correct).

In some way, you are right, 1000 looks like low limit. In other way, apps 
should not let users enter crazy values.... but this one lets you get 
unlimited log, so...

Well, atached patch increases to 10 000 the max value, and if you see it, it's 
easy to change it if DDs apply it, and think is apropiate.

--- kdenetwork-3.3.1.old/ksirc/KSPrefs/page_generalbase.ui	2005-01-24 13:28:32 +0100
+++ kdenetwork-3.3.1/ksirc/KSPrefs/page_generalbase.ui	2003-10-31 22:40:00 +0100
@@ -101,7 +101,7 @@
                                 <string>unlimited</string>
                             </property>
                             <property name="maxValue">
-                                <number>1000</number>
+                                <number>10000</number>
                             </property>
                         </widget>
                     </hbox>

Reply to: