------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is. http://bugs.kde.org/show_bug.cgi?id=75840 goffioul imec be changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |FIXED ------- Additional Comments From goffioul imec be 2004-02-23 16:47 ------- 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) { }