Skip to content

Commit

Permalink
(Tiny) style fix only
Browse files Browse the repository at this point in the history
  • Loading branch information
jscipione committed Dec 21, 2012
1 parent 0eacc85 commit 08c0a78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/kits/tracker/Tracker.cpp
Expand Up @@ -1488,7 +1488,7 @@ TTracker::CloseParent(node_ref parent)
void
TTracker::ShowSettingsWindow()
{
if (!fSettingsWindow) {
if (fSettingsWindow == NULL) {
fSettingsWindow = new TrackerSettingsWindow();
fSettingsWindow->Show();
} else {
Expand Down

0 comments on commit 08c0a78

Please sign in to comment.