r22346: Fix small mistake - after sending rpc request we should go to await
authorRafal Szczesniak <mimir@samba.org>
Wed, 18 Apr 2007 22:16:34 +0000 (22:16 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 19:51:06 +0000 (14:51 -0500)
rpc result state instead of idle.

rafal
(This used to be commit 00098b6d554d54c5a13b5a58a8b0372239c4c985)

webapps/swat/source/class/swat/module/netmgr/Fsm.js

index 56cc244912b0914de39ae56f49ed30ab165540be..70f84904ef7709299b13aaff81e66844c7e0fcea 100644 (file)
@@ -120,7 +120,7 @@ qx.Proto.buildFsm = function(module)
   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)
       {