[glib/cherry-pick-01d97419] Merge branch 'cocoa-notification-backend-default' into 'master'



commit 8aeada6bc54d7fa0163a91f3e6b400de6a575b28
Author: Patrick Griffis <tingping tingping se>
Date:   Tue Mar 26 14:30:45 2019 +0000

    Merge branch 'cocoa-notification-backend-default' into 'master'
    
    gcocoanotificationbackend: give more priority than the gtk one
    
    See merge request GNOME/glib!745
    
    (cherry picked from commit 01d974194a1084085f87b8f1bf79cae9b8903fa2)
    
    1e1759d5 gcocoanotificationbackend: give more priority than the gtk one

 gio/gcocoanotificationbackend.m | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/gio/gcocoanotificationbackend.m b/gio/gcocoanotificationbackend.m
index ae4ad8833..9d632b4a5 100644
--- a/gio/gcocoanotificationbackend.m
+++ b/gio/gcocoanotificationbackend.m
@@ -44,7 +44,7 @@ GType g_cocoa_notification_backend_get_type (void);
 
 G_DEFINE_TYPE_WITH_CODE (GCocoaNotificationBackend, g_cocoa_notification_backend, 
G_TYPE_NOTIFICATION_BACKEND,
   _g_io_modules_ensure_extension_points_registered ();
-  g_io_extension_point_implement (G_NOTIFICATION_BACKEND_EXTENSION_POINT_NAME, g_define_type_id, "cocoa", 
0));
+  g_io_extension_point_implement (G_NOTIFICATION_BACKEND_EXTENSION_POINT_NAME, g_define_type_id, "cocoa", 
200));
 
 static NSString *
 nsstring_from_cstr (const char *cstr)


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]