[gtk-mac-integration] Fix minimum version to one that exists in 10.5
- From: John Ralls <jralls src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk-mac-integration] Fix minimum version to one that exists in 10.5
- Date: Sun, 29 Sep 2013 23:54:22 +0000 (UTC)
commit 2240257c7f7cb075b43e844bae0749bd59005c80
Author: John Ralls <jralls ceridwen us>
Date: Sun Sep 29 16:54:08 2013 -0700
Fix minimum version to one that exists in 10.5
src/GNSMenuDelegate.h | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/GNSMenuDelegate.h b/src/GNSMenuDelegate.h
index 28f3cd4..6c81d3a 100644
--- a/src/GNSMenuDelegate.h
+++ b/src/GNSMenuDelegate.h
@@ -1,7 +1,7 @@
#import <Cocoa/Cocoa.h>
#include <gtk/gtk.h>
-#if (MAC_OS_X_VERSION_MIN_REQUIRED >= MAC_OS_X_VERSION_10_6)
+#if (MAC_OS_X_VERSION_MIN_REQUIRED > MAC_OS_X_VERSION_10_5)
@interface _GNSMenuDelegate : NSObject <NSMenuDelegate> {}
#else
@interface _GNSMenuDelegate : NSObject {}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]