diff options
author | Stefan Metzmacher <metze@samba.org> | 2006-04-25 09:57:18 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:04:22 -0500 |
commit | d8f85bac2fc10d8fcc7e4b675c98301a8791a005 (patch) | |
tree | 6290e2b244065c56cf141d1e47a1b86f86fe2078 /source4/gtk/tools/gwcrontab.c | |
parent | f7ef5201580d6c57f12764e95e8facf864224f0a (diff) | |
download | samba-d8f85bac2fc10d8fcc7e4b675c98301a8791a005.tar.gz samba-d8f85bac2fc10d8fcc7e4b675c98301a8791a005.tar.bz2 samba-d8f85bac2fc10d8fcc7e4b675c98301a8791a005.zip |
r15235: fix all gtk tools...
metze
(This used to be commit c14fbc9aadbb8e4fbc1f07a65b604979638383b9)
Diffstat (limited to 'source4/gtk/tools/gwcrontab.c')
-rw-r--r-- | source4/gtk/tools/gwcrontab.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/source4/gtk/tools/gwcrontab.c b/source4/gtk/tools/gwcrontab.c index a00b57dd0d..821787e5e3 100644 --- a/source4/gtk/tools/gwcrontab.c +++ b/source4/gtk/tools/gwcrontab.c @@ -491,10 +491,11 @@ static GtkWidget*create_new_job_dialog (void) int main(int argc, char **argv) { - dcerpc_init(); lp_load(); setup_logging(argv[0], DEBUG_STDERR); + dcerpc_init(); + gtk_init(&argc, &argv); mainwin = create_mainwindow(); gtk_widget_show_all(mainwin); |