Author: timotei
Date: Sun Jul 10 22:46:52 2011
New Revision: 50260

URL: http://svn.gna.org/viewcvs/wesnoth?rev=50260&view=rev
Log:
eclipse plugin: Use the password sent as parameter
not the one in the preferences

Modified:
    trunk/utils/umc_dev/org.wesnoth/src/org/wesnoth/utils/WMLTools.java

Modified: trunk/utils/umc_dev/org.wesnoth/src/org/wesnoth/utils/WMLTools.java
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/utils/umc_dev/org.wesnoth/src/org/wesnoth/utils/WMLTools.java?rev=50260&r1=50259&r2=50260&view=diff
==============================================================================
--- trunk/utils/umc_dev/org.wesnoth/src/org/wesnoth/utils/WMLTools.java 
(original)
+++ trunk/utils/umc_dev/org.wesnoth/src/org/wesnoth/utils/WMLTools.java Sun Jul 
10 22:46:52 2011
@@ -436,7 +436,7 @@
         if ( ! StringUtils.isNullOrEmpty( password ) )
         {
             arguments.add("-P"); //$NON-NLS-1$
-            arguments.add(Preferences.getString(Constants.P_WAU_PASSWORD));
+            arguments.add( password );
         }
 
         if (Preferences.getBool(Constants.P_WAU_VERBOSE) == true)


_______________________________________________
Wesnoth-commits mailing list
[email protected]
https://mail.gna.org/listinfo/wesnoth-commits

Reply via email to