[glib/fix-cocoa-backend-loading] Properly ensure the cocoa notification backend type
- From: Ignacio Casal Quinteiro <icq src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glib/fix-cocoa-backend-loading] Properly ensure the cocoa notification backend type
- Date: Fri, 29 Mar 2019 14:54:04 +0000 (UTC)
commit 55870d4b42712fa2623d813f18dcb88fff9e2987
Author: Ignacio Casal Quinteiro <qignacio amazon com>
Date: Fri Mar 29 15:52:38 2019 +0100
Properly ensure the cocoa notification backend type
gio/giomodule.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/gio/giomodule.c b/gio/giomodule.c
index b92162dcc..ee1b0b6f4 100644
--- a/gio/giomodule.c
+++ b/gio/giomodule.c
@@ -1235,7 +1235,7 @@ _g_io_modules_ensure_loaded (void)
g_type_ensure (g_network_monitor_portal_get_type ());
g_type_ensure (g_proxy_resolver_portal_get_type ());
#endif
-#if HAVE_MAC_OS_X_VERSION_MIN_REQUIRED >= 1090
+#if MAC_OS_X_VERSION_MIN_REQUIRED >= 1090
g_type_ensure (g_cocoa_notification_backend_get_type ());
#endif
#ifdef G_OS_WIN32
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]