mirror of
https://github.com/ckaczor/FeedCenter.git
synced 2026-01-13 17:22:48 -05:00
More cleanup and fixes
This commit is contained in:
@@ -145,7 +145,7 @@ namespace FeedCenter
|
||||
var feedWindow = new FeedWindow();
|
||||
|
||||
// Display the feed window and get the result
|
||||
var result = feedWindow.Display(_database, _currentFeed, this);
|
||||
var result = feedWindow.Display(_currentFeed, this);
|
||||
|
||||
// If OK was clicked...
|
||||
if (result.HasValue && result.Value)
|
||||
|
||||
Reference in New Issue
Block a user