Version: 1.4.1 (using KDE 3.2.2, Gentoo) Compiler: gcc version 3.3.2 20031218 (Gentoo Linux 3.3.2-r5, propolice-3.3-7) OS: Linux (i686) release 2.6.7-gentoo-r8 In freedb submit configuration panel I can't set a smtp port greater than 99. I connect to my smtp server via a ssh tunnel in a high number port, with this configuration I can't submit entries to freedb.
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>