From: Guido Guenther Date: Sat, 9 Aug 2008 13:29:12 +0000 (+0200) Subject: s/refreshable/renewable/g X-Git-Url: http://git.samba.org/samba.git/?p=jelmer%2Fkrb5-auth-dialog.git;a=commitdiff_plain;h=abff90995d137a827bc619abd45ed42d5469fe04 s/refreshable/renewable/g like everywhere else --- diff --git a/src/krb5-auth-dialog.c b/src/krb5-auth-dialog.c index f376ffd..e42e422 100644 --- a/src/krb5-auth-dialog.c +++ b/src/krb5-auth-dialog.c @@ -215,12 +215,12 @@ static gboolean krb5_auth_dialog_do_updates (gpointer data) { Krb5AuthApplet* applet = (Krb5AuthApplet*)data; - gboolean refreshable; + gboolean renewable; g_return_val_if_fail (applet != NULL, FALSE); /* Update creds_expiry and close the applet if we got the creds by other means (e.g. kinit) */ - if (!credentials_expiring_real(applet, &refreshable)) { + if (!credentials_expiring_real(applet, &renewable)) { KA_DEBUG("PW Dialog persist is %d", applet->pw_dialog_persist); if (!applet->pw_dialog_persist) gtk_widget_hide(applet->pw_dialog);