netdomjoin-gui: Omit warning when unjoining a domain fails.
authorGünther Deschner <gd@samba.org>
Sun, 20 Apr 2008 20:58:52 +0000 (22:58 +0200)
committerGünther Deschner <gd@samba.org>
Sun, 20 Apr 2008 21:20:21 +0000 (23:20 +0200)
Guenther
(This used to be commit ba1d2e87614a98b4f811c75a0d9cfa8491f5cb4d)

source3/lib/netapi/examples/netdomjoin-gui/netdomjoin-gui.c

index 7c84d4d8c636e389963c677d2ffe3ca823a88081..5ce4ca2c87b62ff2c3c83d38ee0c424cda6f9eb7 100644 (file)
@@ -650,6 +650,9 @@ static void callback_do_join(GtkWidget *widget,
                        err_str = libnetapi_get_error_string(state->ctx, status);
                        g_print("callback_do_join: failed to unjoin (%s)\n",
                                err_str);
+#if 0
+
+       /* in fact we shouldn't annoy the user with an error message here */
 
                        dialog = gtk_message_dialog_new(GTK_WINDOW(state->window_parent),
                                                        GTK_DIALOG_DESTROY_WITH_PARENT,
@@ -662,6 +665,7 @@ static void callback_do_join(GtkWidget *widget,
                        gtk_window_set_modal(GTK_WINDOW(dialog), TRUE);
                        gtk_dialog_run(GTK_DIALOG(dialog));
                        gtk_widget_destroy(dialog);
+#endif
                }
 
        }