[evolution-data-server/wip/mcrha/gtk4: 2/2] REMOVE ME: Just to make the library linkable




commit a540540f67316b1dddce994c36bc17ea7fcd2407
Author: Milan Crha <mcrha redhat com>
Date:   Tue Oct 19 11:54:14 2021 +0200

    REMOVE ME: Just to make the library linkable

 src/libedataserverui/e-credentials-prompter.c | 3 +++
 1 file changed, 3 insertions(+)
---
diff --git a/src/libedataserverui/e-credentials-prompter.c b/src/libedataserverui/e-credentials-prompter.c
index 3532eedf8..70739cc6e 100644
--- a/src/libedataserverui/e-credentials-prompter.c
+++ b/src/libedataserverui/e-credentials-prompter.c
@@ -1182,7 +1182,10 @@ e_credentials_prompter_class_init (ECredentialsPrompterClass *class)
 
        /* Ensure built-in credential providers implementation types */
        g_type_ensure (E_TYPE_CREDENTIALS_PROMPTER_IMPL_PASSWORD);
+       /* FIXME: Disabled until WebKitGTK with gtk4 is available */
+#if !GTK_CHECK_VERSION(4, 0, 0)
        g_type_ensure (E_TYPE_CREDENTIALS_PROMPTER_IMPL_OAUTH2);
+#endif
 }
 
 static void


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