diff -r c2dd8119a6c1 -r 253f142174ac client/src/Iri.Modernisation.BaseMVVM/Commands/Commands.cs --- a/client/src/Iri.Modernisation.BaseMVVM/Commands/Commands.cs Fri Dec 11 10:48:58 2009 +0100 +++ b/client/src/Iri.Modernisation.BaseMVVM/Commands/Commands.cs Mon Dec 14 09:56:55 2009 +0100 @@ -376,6 +376,12 @@ { EditorPartSelected = new Command("EditorPartSelected"); EditorPartFinished = new Command("EditorPartFinished"); + IndexSelected = new Command("IndexSelected"); + } + public static Command IndexSelected + { + get; + private set; } public static Command EditorPartSelected {