diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2006-05-03 09:11:36 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:05:33 -0500 |
commit | 86a2f18b964c358eb8c8d59381be5eb5962f3b4b (patch) | |
tree | f6809775428c2ee956d976d73ec8768025f236f0 /source4/gtk/tools/gwsam_user.c | |
parent | 37aa2c5e8ff628d8ad51497a165da8a58cb2d1f5 (diff) | |
download | samba-86a2f18b964c358eb8c8d59381be5eb5962f3b4b.tar.gz samba-86a2f18b964c358eb8c8d59381be5eb5962f3b4b.tar.bz2 samba-86a2f18b964c358eb8c8d59381be5eb5962f3b4b.zip |
r15408: Fix some small bugs in the GTK+ tools
Add utility function for connection to an interface
(This used to be commit 266f7472209e6ae4f70688cf06b8efa63d036d04)
Diffstat (limited to 'source4/gtk/tools/gwsam_user.c')
-rw-r--r-- | source4/gtk/tools/gwsam_user.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/source4/gtk/tools/gwsam_user.c b/source4/gtk/tools/gwsam_user.c index ffd8ae28eb..81580f8b19 100644 --- a/source4/gtk/tools/gwsam_user.c +++ b/source4/gtk/tools/gwsam_user.c @@ -22,9 +22,7 @@ #include "includes.h" #include "gtk/common/gtk-smb.h" - -GtkWidget* -create_user_edit_dialog (void) +GtkWidget* create_user_edit_dialog (void) { GtkWidget *user_edit_dialog; GtkWidget *dialog_vbox1; |