Index: trunk/src/python/unifiedlogger/wing_project.wpr
===================================================================
--- trunk/src/python/unifiedlogger/wing_project.wpr	(revision 461)
+++ trunk/src/python/unifiedlogger/wing_project.wpr	(revision 462)
@@ -426,13 +426,13 @@
         'current-loc': loc('activitylog_watcher.py'),
         'editor-state-list': [(loc('activitylog_watcher.py'),
-                               {'attrib-starts': [],
-                                'code-line': '# Local main for unit testing'\
-        '\n',
-                                'first-line': 43L,
+                               {'attrib-starts': [('getLogEntries|0|',
+        42)],
+                                'code-line': '    resultList = []\n',
+                                'first-line': 40L,
                                 'folded-linenos': [],
-                                'sel-line': 57L,
-                                'sel-line-start': 1714L,
-                                'selection_end': 1743L,
-                                'selection_start': 1743L,
+                                'sel-line': 48L,
+                                'sel-line-start': 1422L,
+                                'selection_end': 1422L,
+                                'selection_start': 1422L,
                                 'zoom': 0L}),
                               (loc('cad_watcher.py'),
@@ -500,8 +500,8 @@
          loc('__main__.py')]),
                                'open_files': [u'../../../config/logging_service.cfg',
+        u'__main__.py',
         u'cad_watcher.py',
-        u'__main__.py',
+        u'cms_watcher.py',
         u'logging_service.py',
-        u'cms_watcher.py',
         u'activitylog_watcher.py']},
         'saved_notebook_display': None,
@@ -519,5 +519,5 @@
                  'traversal_pos': ((0,
                                     4),
-                                   1563916336.330344),
+                                   1563917662.000223),
                  'user_data': {}},
         'window-alloc': (29,
@@ -526,6 +526,6 @@
                          722)}]}
 guimgr.recent-documents = [loc('activitylog_watcher.py'),
+                           loc('logging_service.py'),
                            loc('cms_watcher.py'),
-                           loc('logging_service.py'),
                            loc('__main__.py'),
                            loc('cad_watcher.py'),
Index: trunk/src/python/unifiedlogger/activitylog_watcher.py
===================================================================
--- trunk/src/python/unifiedlogger/activitylog_watcher.py	(revision 461)
+++ trunk/src/python/unifiedlogger/activitylog_watcher.py	(revision 462)
@@ -46,5 +46,5 @@
     currList = []
     currList = msgList[lastLineNum:]    # new items since last file read
-    lastLineNum = len(msgList)-1
+    lastLineNum = len(msgList)
     resultList = []
     # Format messages into desired result format
