[pkg-wpa-devel] r1058 - in /wpasupplicant/trunk/debian: changelog patches/48_wpa_gui_qt4_networkconfig_focus_on_error.patch patches/series

kelmo-guest at users.alioth.debian.org kelmo-guest at users.alioth.debian.org
Wed Jan 23 12:51:20 UTC 2008


Author: kelmo-guest
Date: Wed Jan 23 12:51:19 2008
New Revision: 1058

URL: http://svn.debian.org/wsvn/pkg-wpa/?sc=1&rev=1058
Log:
    - debian/patches/48_wpa_gui_qt4_networkconfig_focus_on_error.patch

Added:
    wpasupplicant/trunk/debian/patches/48_wpa_gui_qt4_networkconfig_focus_on_error.patch
Modified:
    wpasupplicant/trunk/debian/changelog
    wpasupplicant/trunk/debian/patches/series

Modified: wpasupplicant/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-wpa/wpasupplicant/trunk/debian/changelog?rev=1058&op=diff
==============================================================================
--- wpasupplicant/trunk/debian/changelog (original)
+++ wpasupplicant/trunk/debian/changelog Wed Jan 23 12:51:19 2008
@@ -46,8 +46,9 @@
       - debian/patches/45_wpa_gui_qt4_networkconfig_idstr_priority.patch
       - debian/patches/46_wpa_gui_qt4_networkconfig_check_idstr.patch
       - debian/patches/47_wpa_gui_qt4_networkconfig_psk_error_title.patch
-
- -- Kel Modderman <kel at otaku42.de>  Wed, 23 Jan 2008 20:41:24 +1000
+      - debian/patches/48_wpa_gui_qt4_networkconfig_focus_on_error.patch
+
+ -- Kel Modderman <kel at otaku42.de>  Wed, 23 Jan 2008 21:07:01 +1000
 
 wpasupplicant (0.6.2-1) experimental; urgency=low
 

Added: wpasupplicant/trunk/debian/patches/48_wpa_gui_qt4_networkconfig_focus_on_error.patch
URL: http://svn.debian.org/wsvn/pkg-wpa/wpasupplicant/trunk/debian/patches/48_wpa_gui_qt4_networkconfig_focus_on_error.patch?rev=1058&op=file
==============================================================================
--- wpasupplicant/trunk/debian/patches/48_wpa_gui_qt4_networkconfig_focus_on_error.patch (added)
+++ wpasupplicant/trunk/debian/patches/48_wpa_gui_qt4_networkconfig_focus_on_error.patch Wed Jan 23 12:51:19 2008
@@ -1,0 +1,18 @@
+--- a/wpa_supplicant/wpa_gui-qt4/networkconfig.cpp
++++ b/wpa_supplicant/wpa_gui-qt4/networkconfig.cpp
+@@ -138,6 +138,7 @@
+ 					     "WPA-PSK requires a passphrase "
+ 					     "of 8 to 63 characters\n"
+ 					     "or 64 hex digit PSK");
++			pskEdit->setFocus();
+ 			return;
+ 		}
+ 	}
+@@ -152,6 +153,7 @@
+ 					     "without spaces, containing\n"
+ 					     "only characters in this range: "
+ 					     "[A-Za-z0-9_-]\n");
++			idstrEdit->setFocus();
+ 			return;
+ 		}
+ 	}

Modified: wpasupplicant/trunk/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-wpa/wpasupplicant/trunk/debian/patches/series?rev=1058&op=diff
==============================================================================
--- wpasupplicant/trunk/debian/patches/series (original)
+++ wpasupplicant/trunk/debian/patches/series Wed Jan 23 12:51:19 2008
@@ -22,3 +22,4 @@
 45_wpa_gui_qt4_networkconfig_idstr_priority.patch
 46_wpa_gui_qt4_networkconfig_check_idstr.patch
 47_wpa_gui_qt4_networkconfig_psk_error_title.patch
+48_wpa_gui_qt4_networkconfig_focus_on_error.patch




More information about the Pkg-wpa-devel mailing list