Summary: | low limit of smtp port for submitting freedb entry | ||
---|---|---|---|
Product: | [Unmaintained] kscd | Reporter: | Paulo Eduardo Neves <neves> |
Component: | general | Assignee: | Aaron J. Seigo <aseigo> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | NOR | ||
Version: | 1.4.1 | ||
Target Milestone: | --- | ||
Platform: | unspecified | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Paulo Eduardo Neves
2004-07-18 21:44:11 UTC
CVS commit by larkang: Don't set 99 as max portnumber for smtp-connections CCMAIL: 85443-done@bugs.kde.org M +5 -2 cddbconfigwidgetbase.ui 1.25 --- kdemultimedia/libkcddb/kcmcddb/cddbconfigwidgetbase.ui #1.24:1.25 @@ -1,3 +1,3 @@ -<!DOCTYPE UI><UI version="3.2" stdsetdef="1"> +<!DOCTYPE UI><UI version="3.3" stdsetdef="1"> <class>CDDBConfigWidgetBase</class> <comment>Used for configuring libkcddb.</comment> @@ -10,5 +10,5 @@ <x>0</x> <y>0</y> - <width>378</width> + <width>400</width> <height>541</height> </rect> @@ -594,4 +594,7 @@ </sizepolicy> </property> + <property name="maxValue"> + <number>65535</number> + </property> <property name="value"> <number>25</number> |