[pkg-wpa-devel] r1053 - /wpasupplicant/trunk/debian/patches/45_wpa_gui_qt4_networkconfig_idstr_priority.patch

kelmo-guest at users.alioth.debian.org kelmo-guest at users.alioth.debian.org
Wed Jan 23 09:19:48 UTC 2008


Author: kelmo-guest
Date: Wed Jan 23 09:19:47 2008
New Revision: 1053

URL: http://svn.debian.org/wsvn/pkg-wpa/?sc=1&rev=1053
Log:
just set zero value for priority, or else there is no way to go back

Modified:
    wpasupplicant/trunk/debian/patches/45_wpa_gui_qt4_networkconfig_idstr_priority.patch

Modified: wpasupplicant/trunk/debian/patches/45_wpa_gui_qt4_networkconfig_idstr_priority.patch
URL: http://svn.debian.org/wsvn/pkg-wpa/wpasupplicant/trunk/debian/patches/45_wpa_gui_qt4_networkconfig_idstr_priority.patch?rev=1053&op=diff
==============================================================================
--- wpasupplicant/trunk/debian/patches/45_wpa_gui_qt4_networkconfig_idstr_priority.patch (original)
+++ wpasupplicant/trunk/debian/patches/45_wpa_gui_qt4_networkconfig_idstr_priority.patch Wed Jan 23 09:19:47 2008
@@ -21,7 +21,7 @@
 +				idstrEdit->text().toAscii().constData(),
 +				true);
 +
-+	if (prioritySpinBox->value() > 0) {
++	if (prioritySpinBox->isEnabled()) {
 +		QString prio;
 +		prio = prio.setNum(prioritySpinBox->value());
 +		setNetworkParam(id, "priority", prio.toAscii().constData(),




More information about the Pkg-wpa-devel mailing list