[pkg-wpa-devel] r1052 - /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:01:33 UTC 2008


Author: kelmo-guest
Date: Wed Jan 23 09:01:32 2008
New Revision: 1052

URL: http://svn.debian.org/wsvn/pkg-wpa/?sc=1&rev=1052
Log:
fix setting of priority

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=1052&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:01:32 2008
@@ -25,7 +25,7 @@
 +		QString prio;
 +		prio = prio.setNum(prioritySpinBox->value());
 +		setNetworkParam(id, "priority", prio.toAscii().constData(),
-+				true);
++				false);
 +	}
 +
  	snprintf(cmd, sizeof(cmd), "ENABLE_NETWORK %d", id);




More information about the Pkg-wpa-devel mailing list