[krb5-auth-dialog] Add app-id to config.h and use it
- From: Guido Günther <guidog src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [krb5-auth-dialog] Add app-id to config.h and use it
- Date: Fri, 14 Oct 2022 19:53:20 +0000 (UTC)
commit 512010c69f3ab7cb01680a204456677ff812f1a9
Author: Guido Günther <agx sigxcpu org>
Date: Thu Oct 13 14:05:51 2022 +0200
Add app-id to config.h and use it
meson.build | 1 +
src/ka-applet-priv.h | 1 -
2 files changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/meson.build b/meson.build
index 8575d9d..780b491 100644
--- a/meson.build
+++ b/meson.build
@@ -116,6 +116,7 @@ conf_data.set_quoted('GETTEXT_PACKAGE', meson.project_name())
conf_data.set_quoted('LOCALE_DIR', localedir)
conf_data.set_quoted('KA_PLUGINS_DIR', pluginsdir)
conf_data.set_quoted('DATA_DIR', datadir)
+conf_data.set_quoted('KA_APP_ID', app_id)
# Hooray to different Kerberos implementations:
if cc.has_member('krb5_creds', 'ticket_flags',
diff --git a/src/ka-applet-priv.h b/src/ka-applet-priv.h
index 0ef7f0d..67fb601 100644
--- a/src/ka-applet-priv.h
+++ b/src/ka-applet-priv.h
@@ -32,7 +32,6 @@
G_BEGIN_DECLS
#define KA_NAME _("Kerberos Authentication")
-#define KA_APP_ID "org.gnome.KrbAuthDialog"
/* signals emitted by KaApplet */
typedef enum {
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]