diff options
author | Guido Günther <agx@sigxcpu.org> | 2016-07-21 13:25:02 +0200 |
---|---|---|
committer | Guido Günther <agx@sigxcpu.org> | 2016-07-21 13:25:02 +0200 |
commit | aa3809290e81ac377de40e3635f07c5b02d8268a (patch) | |
tree | 84e5a55f7e2bda2de01673163491e5755702e9ac /src/ka-tools.c | |
parent | Switch gbp.conf to unstable (diff) | |
parent | New upstream version 3.20.0 (diff) | |
download | krb5-auth-dialog-aa3809290e81ac377de40e3635f07c5b02d8268a.tar.gz krb5-auth-dialog-aa3809290e81ac377de40e3635f07c5b02d8268a.tar.bz2 krb5-auth-dialog-aa3809290e81ac377de40e3635f07c5b02d8268a.zip |
Merge tag 'upstream/3.20.0' into debian/sid
Upstream version 3.20.0
# gpg: Signature made Do 21 Jul 2016 13:25:02 SAST
# gpg: using RSA key 0x07B8B7B0EA98120B
# gpg: please do a --check-trustdb
# gpg: Good signature from "Guido Günther <agx@sigxcpu.org>" [ultimate]
# gpg: aka "Guido Günther <gg@godiug.net>" [ultimate]
# gpg: aka "Guido Günther <agx@debian.org>" [ultimate]
# gpg: aka "Guido Günther <guido@xcpu.ch>" [ultimate]
# Primary key fingerprint: D343 9DAA 19DC FACD AE87 9CF2 B999 CDB5 8C8D DBD2
# Subkey fingerprint: BC7C D072 3875 EBAD 05DF 1CD9 07B8 B7B0 EA98 120B
Diffstat (limited to 'src/ka-tools.c')
-rw-r--r-- | src/ka-tools.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ka-tools.c b/src/ka-tools.c index 6e58334..ae93803 100644 --- a/src/ka-tools.c +++ b/src/ka-tools.c @@ -30,7 +30,7 @@ ka_show_help (GdkScreen* screen, const char* chapter, GtkWindow* window) if (chapter) section = chapter; - url = g_strdup_printf("ghelp:krb5-auth-dialog%s", section); + url = g_strdup_printf("help:krb5-auth-dialog%s", section); gtk_show_uri (screen, url, gtk_get_current_event_time (), &error); |