diff --git a/baRSS.xcodeproj/project.pbxproj b/baRSS.xcodeproj/project.pbxproj index 30a38c6..45d38c8 100644 --- a/baRSS.xcodeproj/project.pbxproj +++ b/baRSS.xcodeproj/project.pbxproj @@ -805,7 +805,7 @@ CLANG_WARN_UNREACHABLE_CODE = YES; CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; COPY_PHASE_STRIP = NO; - CURRENT_PROJECT_VERSION = 16711; + CURRENT_PROJECT_VERSION = 16715; DEAD_CODE_STRIPPING = YES; DEBUG_INFORMATION_FORMAT = dwarf; DEVELOPMENT_TEAM = UY657LKNHJ; @@ -866,7 +866,7 @@ CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; CODE_SIGN_INJECT_BASE_ENTITLEMENTS = NO; COPY_PHASE_STRIP = NO; - CURRENT_PROJECT_VERSION = 16711; + CURRENT_PROJECT_VERSION = 16715; DEAD_CODE_STRIPPING = YES; DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; DEVELOPMENT_TEAM = UY657LKNHJ; diff --git a/baRSS/Status Bar Menu/NSMenu+Ext.m b/baRSS/Status Bar Menu/NSMenu+Ext.m index 380f9c4..152969a 100644 --- a/baRSS/Status Bar Menu/NSMenu+Ext.m +++ b/baRSS/Status Bar Menu/NSMenu+Ext.m @@ -58,8 +58,8 @@ typedef NS_ENUM(NSInteger, MenuItemTag) { // Check user preferences to show only unread entries if (unread == 0 && - ((fg.type == FEED && UserPrefsBool(Pref_groupUnreadOnly)) || - (fg.type == GROUP && UserPrefsBool(Pref_globalUnreadOnly)))) { + ((fg.type == FEED && UserPrefsBool(Pref_globalUnreadOnly)) || + (fg.type == GROUP && UserPrefsBool(Pref_groupUnreadOnly)))) { return nil; }