[pkg-wpa-devel] r1316 - /wpasupplicant/trunk/debian/patches/10_wpa_gui_qt4_wps_tab_cleanups.patch

kelmo-guest at users.alioth.debian.org kelmo-guest at users.alioth.debian.org
Sun Feb 1 17:54:39 UTC 2009


Author: kelmo-guest
Date: Sun Feb  1 17:54:38 2009
New Revision: 1316

URL: http://svn.debian.org/wsvn/pkg-wpa/?sc=1&rev=1316
Log:
Tweak debian/patches/10_wpa_gui_qt4_wps_tab_cleanups.patch and send changes upstream.

Modified:
    wpasupplicant/trunk/debian/patches/10_wpa_gui_qt4_wps_tab_cleanups.patch

Modified: wpasupplicant/trunk/debian/patches/10_wpa_gui_qt4_wps_tab_cleanups.patch
URL: http://svn.debian.org/wsvn/pkg-wpa/wpasupplicant/trunk/debian/patches/10_wpa_gui_qt4_wps_tab_cleanups.patch?rev=1316&op=diff
==============================================================================
--- wpasupplicant/trunk/debian/patches/10_wpa_gui_qt4_wps_tab_cleanups.patch (original)
+++ wpasupplicant/trunk/debian/patches/10_wpa_gui_qt4_wps_tab_cleanups.patch Sun Feb  1 17:54:38 2009
@@ -26,11 +26,12 @@
            <property name="text" >
 --- a/wpa_supplicant/wpa_gui-qt4/wpagui.cpp
 +++ b/wpa_supplicant/wpa_gui-qt4/wpagui.cpp
-@@ -407,6 +407,7 @@ int WpaGui::openCtrlConnection(const cha
+@@ -407,6 +407,8 @@ int WpaGui::openCtrlConnection(const cha
  		QString res(buf);
  		QStringList types = res.split(QChar(' '));
  		actionWPS->setEnabled(types.contains("WSC"));
-+		wpsTab->setEnabled(types.contains("WSC"));
++		wpaguiTab->setTabEnabled(wpaguiTab->indexOf(wpsTab),
++					 types.contains("WSC"));
  	}
  
  	return 0;




More information about the Pkg-wpa-devel mailing list