[evolution-data-server/wip/mcrha/gtk4: 2/2] REMOVE ME: Just to make the library linkable
- From: Milan Crha <mcrha src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution-data-server/wip/mcrha/gtk4: 2/2] REMOVE ME: Just to make the library linkable
- Date: Wed, 20 Oct 2021 07:49:50 +0000 (UTC)
commit 63e41fa45ed831f7bc7a5bf8e7fa513b945678d7
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]