summaryrefslogtreecommitdiff
path: root/source4/gtk/common/gtk-smb.h
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2004-10-25 11:47:29 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:04:42 -0500
commit00f43d5eebe59d3bc85ed96fd7051f3c6050a694 (patch)
tree94fb789a6fab3907fd30c45865bb18002c414f4b /source4/gtk/common/gtk-smb.h
parent90732ae5490bcbf3e6d3dec2afe37a99fdf8cb16 (diff)
downloadsamba-00f43d5eebe59d3bc85ed96fd7051f3c6050a694.tar.gz
samba-00f43d5eebe59d3bc85ed96fd7051f3c6050a694.tar.bz2
samba-00f43d5eebe59d3bc85ed96fd7051f3c6050a694.zip
r3213: Make credentials in a binding dialog optional
Small fixes in gepdump (This used to be commit a9473750f65d331c52acde58485aca66b16d1f75)
Diffstat (limited to 'source4/gtk/common/gtk-smb.h')
-rw-r--r--source4/gtk/common/gtk-smb.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/gtk/common/gtk-smb.h b/source4/gtk/common/gtk-smb.h
index 46c712794a..6e82678c75 100644
--- a/source4/gtk/common/gtk-smb.h
+++ b/source4/gtk/common/gtk-smb.h
@@ -41,6 +41,7 @@ struct _GtkRpcBindingDialog
GtkWidget *entry_username;
GtkWidget *entry_password;
GtkWidget *krb5_chk_button;
+ GtkWidget *frame_credentials;
TALLOC_CTX *mem_ctx;
struct sam_pipe *sam_pipe;
};