[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    kdelibs/kdeprint/cups
From:       Michael Goffioul <goffioul () imec ! be>
Date:       2004-02-23 15:47:45
Message-ID: 20040223154745.4F9DE9959 () office ! kde ! org
[Download RAW message or body]

CVS commit by goffioul: 

Allow all port values (bug #75840)
CCMAIL: 75840-done@bugs.kde.org


  M +1 -1      kmcupsconfigwidget.cpp   1.8


--- kdelibs/kdeprint/cups/kmcupsconfigwidget.cpp  #1.7:1.8
@@ -42,5 +42,5 @@ public:
 
 PortValidator::PortValidator(QWidget *parent, const char *name)
-: QIntValidator(1, 9999, parent, name)
+: QIntValidator(1, 65535, parent, name)
 {
 }


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic