diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2004-10-11 20:06:42 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 12:59:48 -0500 |
commit | 8e1ffff226e3016a38301a773ed8aa55bad5b710 (patch) | |
tree | 1cc15a9ac0c6f2f8a5dd56d1722347b151e99039 /source4/gtk/tools/gregedit.c | |
parent | 4d69d2d52b273359b481e1a7b99b9db3711d2768 (diff) | |
download | samba-8e1ffff226e3016a38301a773ed8aa55bad5b710.tar.gz samba-8e1ffff226e3016a38301a773ed8aa55bad5b710.tar.bz2 samba-8e1ffff226e3016a38301a773ed8aa55bad5b710.zip |
r2920: Support passing a handle to a SAMR pipe to a RPC Binding or Select
Host dialog so that one can select a domain from the list of known
domains.
(This used to be commit 5e0bab891199c888bdf87faa29acc38d9ca5151b)
Diffstat (limited to 'source4/gtk/tools/gregedit.c')
-rw-r--r-- | source4/gtk/tools/gregedit.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/gtk/tools/gregedit.c b/source4/gtk/tools/gregedit.c index f7f5b3528a..1c81d8643c 100644 --- a/source4/gtk/tools/gregedit.c +++ b/source4/gtk/tools/gregedit.c @@ -158,7 +158,7 @@ static void on_open_remote_activate(GtkMenuItem *menuitem, gpointer user_data) char *credentials; const char *location; char *tmp; - GtkWidget *rpcwin = GTK_WIDGET(gtk_rpc_binding_dialog_new(TRUE)); + GtkWidget *rpcwin = GTK_WIDGET(gtk_rpc_binding_dialog_new(TRUE, NULL)); gint result = gtk_dialog_run(GTK_DIALOG(rpcwin)); WERROR error; |