From d6afc63961eae07045baec40230b693861a93fbb Mon Sep 17 00:00:00 2001 From: Jonathan Preddy Date: Thu, 17 Jul 2014 16:26:46 -0400 Subject: [PATCH] Changed xml description from Events to Event --- TimberWinR/Configuration.cs | 2 +- TimberWinR/testconf.xml | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/TimberWinR/Configuration.cs b/TimberWinR/Configuration.cs index 4ceafd5..8ff2b09 100644 --- a/TimberWinR/Configuration.cs +++ b/TimberWinR/Configuration.cs @@ -693,7 +693,7 @@ namespace TimberWinR // WINDOWS EVENTS IEnumerable xml_events = - from el in inputs.Descendants("WindowsEvents").Descendants("Events") + from el in inputs.Descendants("WindowsEvents").Descendants("Event") select el; foreach (XElement e in xml_events) diff --git a/TimberWinR/testconf.xml b/TimberWinR/testconf.xml index 48e4fc0..ca809e7 100644 --- a/TimberWinR/testconf.xml +++ b/TimberWinR/testconf.xml @@ -3,14 +3,14 @@ - + - - - + + +