aboutsummaryrefslogtreecommitdiff
path: root/AppKit/GTMNSWorkspace+Theme.m
diff options
context:
space:
mode:
authorGravatar thomasvl <thomasvl@7dc7ac4e-7543-0410-b95c-c1676fc8e2a3>2008-04-14 17:21:02 +0000
committerGravatar thomasvl <thomasvl@7dc7ac4e-7543-0410-b95c-c1676fc8e2a3>2008-04-14 17:21:02 +0000
commitcdf070c8d76ffc4eaa24e8671756cbbe9ceb2890 (patch)
treefaa9ae3a72a6591d6a6add7ceed7f91e92ade11f /AppKit/GTMNSWorkspace+Theme.m
parent0aaecac6ff2bc89e58a0c8c6d6ad62e02fb2b011 (diff)
See the ReleaseNotes for the full details, highlights:
- bug fixes - code coverage support - more complete unittests - full support for unittesting UIs - support for the iphone sdk (include ui unittesting)
Diffstat (limited to 'AppKit/GTMNSWorkspace+Theme.m')
-rw-r--r--AppKit/GTMNSWorkspace+Theme.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/AppKit/GTMNSWorkspace+Theme.m b/AppKit/GTMNSWorkspace+Theme.m
index 86b9935..3afb801 100644
--- a/AppKit/GTMNSWorkspace+Theme.m
+++ b/AppKit/GTMNSWorkspace+Theme.m
@@ -35,7 +35,7 @@
ThemeScrollBarArrowStyle style = kThemeScrollBarArrowsInvalid;
OSStatus theStatus = GetThemeScrollBarArrowStyle(&style);
if (theStatus != noErr) {
- style = kThemeScrollBarArrowsInvalid;
+ style = kThemeScrollBarArrowsInvalid; // COV_NF_LINE
}
return style;
}