[libnma/lr-gcr-fixes: 1/5] cert-chooser-button: remove a vesting gck version check




commit 840c346013ac5be965603c576f50210625942f27
Author: Lubomir Rintel <lkundrak v3 sk>
Date:   Wed Aug 3 13:40:32 2022 +0200

    cert-chooser-button: remove a vesting gck version check
    
    No longer necessary.

 src/nma-cert-chooser-button.c | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)
---
diff --git a/src/nma-cert-chooser-button.c b/src/nma-cert-chooser-button.c
index 53fc3272..cfe8c288 100644
--- a/src/nma-cert-chooser-button.c
+++ b/src/nma-cert-chooser-button.c
@@ -15,9 +15,7 @@
 #if GTK_CHECK_VERSION(4,0,0) ? WITH_GCR_GTK4 : WITH_GCR_GTK3
 #include "nma-pkcs11-cert-chooser-dialog.h"
 #include <gck/gck.h>
-#include <gcr/gcr.h>   // FIXME: Only here to detect GCK version
-                       // Remove once new GCK is released with version bumped
-#if !GCR_CHECK_VERSION(3,90,0)
+#if !GCK_CHECK_VERSION(1,90,0)
 #define gck_uri_data_parse gck_uri_parse
 #endif
 #endif


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