[glib] Fix a typo
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glib] Fix a typo
- Date: Thu, 9 Mar 2017 03:36:17 +0000 (UTC)
commit a28429a3c697b2ee750cf224f53120694ca14861
Author: Matthias Clasen <mclasen redhat com>
Date: Wed Mar 8 22:36:05 2017 -0500
Fix a typo
gio/giomodule.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gio/giomodule.c b/gio/giomodule.c
index e697efe..3a131e1 100644
--- a/gio/giomodule.c
+++ b/gio/giomodule.c
@@ -1125,7 +1125,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
-#ifdef HAVE_MAC_OS_X_VERSION_MIN_REQUIRED >= 1090
+#if HAVE_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]