commitmonitor Code
Monitor your SVN repositories and notifies you on new commits
Brought to you by:
steveking
changed | /trunk/src/CommitMonitor.cpp |
changed | /trunk/src/HiddenWindow.cpp |
changed | /trunk/src/HiddenWindow.h |
--- a/trunk/src/CommitMonitor.cpp +++ b/trunk/src/CommitMonitor.cpp @@ -114,11 +114,14 @@ if (hiddenWindow.RegisterAndCreateWindow()) { - if (!parser.HasKey(_T("hidden"))) + if (parser.HasKey(_T("task"))) + { + hiddenWindow.SetTask(true); + } + else if (!parser.HasKey(_T("hidden"))) { hiddenWindow.ShowDialog(); } - // Main message loop: while (GetMessage(&msg, NULL, 0, 0)) {