summaryrefslogtreecommitdiff
path: root/macosx/RecentItemsMenu.m
diff options
context:
space:
mode:
authorSND\MaddTheSane_cp <SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2013-01-20 17:26:34 +0000
committerSND\MaddTheSane_cp <SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2013-01-20 17:26:34 +0000
commit1da8003f5ae10c0b17653d0de976b293e3ac0a3d (patch)
tree73c3ccbd8cff1ff8eec33865b4c5517109992fff /macosx/RecentItemsMenu.m
parent8093a1645070c5b5413fc5dee0d9917aee178c9d (diff)
downloadpcsxr-1da8003f5ae10c0b17653d0de976b293e3ac0a3d.tar.gz
Bumping the minimum OS X version to 10.7.
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@82403 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'macosx/RecentItemsMenu.m')
-rwxr-xr-xmacosx/RecentItemsMenu.m3
1 files changed, 1 insertions, 2 deletions
diff --git a/macosx/RecentItemsMenu.m b/macosx/RecentItemsMenu.m
index d50abeff..136895c2 100755
--- a/macosx/RecentItemsMenu.m
+++ b/macosx/RecentItemsMenu.m
@@ -37,8 +37,7 @@
[self removeItem:item];
[self insertItem:item atIndex:0];
RELEASEOBJ(item);
- }
- else {
+ } else {
NSMenuItem *newitem = [self createMenuItem:documentURL];
[self addMenuItem:newitem];
RELEASEOBJ(newitem);