Author: mimir
Date: 2007-04-18 22:16:34 +0000 (Wed, 18 Apr 2007)
New Revision: 22346

WebSVN: 
http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=22346

Log:
Fix small mistake - after sending rpc request we should go to await
rpc result state instead of idle.


rafal


Modified:
   branches/SAMBA_4_0/webapps/swat/source/class/swat/module/netmgr/Fsm.js


Changeset:
Modified: branches/SAMBA_4_0/webapps/swat/source/class/swat/module/netmgr/Fsm.js
===================================================================
--- branches/SAMBA_4_0/webapps/swat/source/class/swat/module/netmgr/Fsm.js      
2007-04-18 22:02:30 UTC (rev 22345)
+++ branches/SAMBA_4_0/webapps/swat/source/class/swat/module/netmgr/Fsm.js      
2007-04-18 22:16:34 UTC (rev 22346)
@@ -120,7 +120,7 @@
   var trans = new qx.util.fsm.Transition(
     "Transition_Idle_to_Idle_via_tree_selection_changed",
     {
-      "nextState" : "State_Idle",
+      "nextState" : "State_AwaitRpcResult",
 
       "ontransition" : function(fsm, event)
       {

Reply via email to