Author: xor
Date: 2008-11-16 03:40:28 +0000 (Sun, 16 Nov 2008)
New Revision: 23626

Modified:
   trunk/plugins/WoT/ui/web/IntroduceIdentityPage.java
Log:
Bugfix.

Modified: trunk/plugins/WoT/ui/web/IntroduceIdentityPage.java
===================================================================
--- trunk/plugins/WoT/ui/web/IntroduceIdentityPage.java 2008-11-16 03:15:54 UTC 
(rev 23625)
+++ trunk/plugins/WoT/ui/web/IntroduceIdentityPage.java 2008-11-16 03:40:28 UTC 
(rev 23626)
@@ -61,7 +61,7 @@
        
        private void makePuzzleBox(PluginRespirator pr) {
                HTMLNode boxContent = getContentBox(null);
-               HTMLNode solveForm = pr.addFormChild(boxContent, SELF_URI, 
"solvePuzzles");
+               HTMLNode solveForm = pr.addFormChild(boxContent, SELF_URI, 
"introduceIdentity");
                solveForm.addAttribute("identity", mIdentity.getId());
                
                HTMLNode puzzleTable = solveForm.addChild("table", "border", 
"0");

_______________________________________________
cvs mailing list
[email protected]
http://emu.freenetproject.org/cgi-bin/mailman/listinfo/cvs

Reply via email to