Dominique Leuenberger
73e6842530
- Add eds-fix-fails-to-parse-Google-OAuth2.patch: Fix fails to parse Google OAuth2 authorization code (bgo#795997). - Add eds-correct-some-public-headers.patch -- Correct some public headers in libedataserverui. OBS-URL: https://build.opensuse.org/request/show/611206 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/evolution-data-server?expand=0&rev=326
47 lines
1.4 KiB
Diff
47 lines
1.4 KiB
Diff
From 3d7ee164c1c598f302729e0bd24a86418f245f2c Mon Sep 17 00:00:00 2001
|
|
From: Milan Crha <mcrha@redhat.com>
|
|
Date: Thu, 26 Apr 2018 13:37:32 +0200
|
|
Subject: Correct some public headers in libedataserverui
|
|
|
|
---
|
|
src/libedataserverui/e-trust-prompt.h | 4 ++++
|
|
src/libedataserverui/e-webdav-discover-widget.h | 2 +-
|
|
2 files changed, 5 insertions(+), 1 deletion(-)
|
|
|
|
diff --git a/src/libedataserverui/e-trust-prompt.h b/src/libedataserverui/e-trust-prompt.h
|
|
index 7f289cb..657775e 100644
|
|
--- a/src/libedataserverui/e-trust-prompt.h
|
|
+++ b/src/libedataserverui/e-trust-prompt.h
|
|
@@ -29,6 +29,8 @@
|
|
|
|
#include <libedataserver/libedataserver.h>
|
|
|
|
+G_BEGIN_DECLS
|
|
+
|
|
gchar * e_trust_prompt_describe_certificate_errors
|
|
(GTlsCertificateFlags flags);
|
|
ETrustPromptResponse
|
|
@@ -56,4 +58,6 @@ gboolean e_trust_prompt_run_for_source_finish
|
|
ETrustPromptResponse *response,
|
|
GError **error);
|
|
|
|
+G_END_DECLS
|
|
+
|
|
#endif /* E_TRUST_PROMPT_H */
|
|
diff --git a/src/libedataserverui/e-webdav-discover-widget.h b/src/libedataserverui/e-webdav-discover-widget.h
|
|
index fdb7ee2..e324026 100644
|
|
--- a/src/libedataserverui/e-webdav-discover-widget.h
|
|
+++ b/src/libedataserverui/e-webdav-discover-widget.h
|
|
@@ -27,7 +27,7 @@
|
|
#include <gtk/gtk.h>
|
|
|
|
#include <libedataserver/libedataserver.h>
|
|
-#include <libedataserverui/libedataserverui.h>
|
|
+#include <libedataserverui/e-credentials-prompter.h>
|
|
|
|
G_BEGIN_DECLS
|
|
|
|
--
|
|
cgit v0.12
|
|
|