Tomboy.NoteRecentChanges.OnNotebooksFocusIn C# (CSharp) Method

OnNotebooksFocusIn() private method

private OnNotebooksFocusIn ( object sender, EventArgs args ) : void
sender object
args System.EventArgs
return void
		void OnNotebooksFocusIn (object sender, EventArgs args)
		{
			// To make sure DeleteNoteAction gets disabled
			// when we're not in the notes list (bgo647472)
			tree.Selection.UnselectAll ();
		}