diff -r c499df2dbb33 -r 2c833fc9e98f ui/viewmanagement/statehandler/src/glxactionhandler.cpp --- a/ui/viewmanagement/statehandler/src/glxactionhandler.cpp Mon May 03 12:31:32 2010 +0300 +++ b/ui/viewmanagement/statehandler/src/glxactionhandler.cpp Fri May 14 15:52:22 2010 +0300 @@ -56,7 +56,9 @@ case EGlxCmdContextRename: commandId = EGlxCmdRename; break; - + case EGlxCmdContextRemoveFrom: + commandId = EGlxCmdRemoveFrom; + break; default : break; }