diff options
author | Guido Günther <agx@sigxcpu.org> | 2009-05-25 18:39:33 +0200 |
---|---|---|
committer | Guido Günther <agx@sigxcpu.org> | 2009-05-25 18:39:33 +0200 |
commit | 6186ec0b46466bfb2c96662d4d1eff6dec5bd4db (patch) | |
tree | 1f1d664b997bbdc68cddce233c616ef60b783c47 /src/krb5-auth-pwdialog.h | |
parent | document changes and release 0.9.1-1 (diff) | |
parent | Imported Upstream version 0.10 (diff) | |
download | krb5-auth-dialog-6186ec0b46466bfb2c96662d4d1eff6dec5bd4db.tar.gz krb5-auth-dialog-6186ec0b46466bfb2c96662d4d1eff6dec5bd4db.tar.bz2 krb5-auth-dialog-6186ec0b46466bfb2c96662d4d1eff6dec5bd4db.zip |
Merge commit 'upstream/0.10'
Diffstat (limited to 'src/krb5-auth-pwdialog.h')
-rw-r--r-- | src/krb5-auth-pwdialog.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/krb5-auth-pwdialog.h b/src/krb5-auth-pwdialog.h index efd73e6..1e5c93d 100644 --- a/src/krb5-auth-pwdialog.h +++ b/src/krb5-auth-pwdialog.h @@ -23,7 +23,6 @@ #include <glib.h> #include <glib-object.h> -#include <glade/glade.h> #include "config.h" #include "gtksecentry.h" @@ -49,7 +48,7 @@ typedef struct _KaPwDialogPrivate KaPwDialogPrivate; GType ka_pwdialog_get_type (void); /* public functions */ -KaPwDialog* ka_pwdialog_create(GladeXML *xml); +KaPwDialog* ka_pwdialog_create(GtkBuilder *xml); /* setup everything for the next prompting */ void ka_pwdialog_setup (KaPwDialog* pwdialog, const gchar *krb5prompt, gboolean invalid_auth); |