From 983fce5e535e4e203815767cf6899f6dc8c5242a Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Fri, 4 Sep 2009 17:07:15 -0400 Subject: Kill the default parent window hack in e-error.c. Fix as many cases that relied on it as I could find, but there may be more cases out there. They should be fixed too. Passing a NULL parent window to e_error_new() is illegal and will emit a runtime warning. --- e-util/e-error.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'e-util/e-error.h') diff --git a/e-util/e-error.h b/e-util/e-error.h index 7b9685aca6..38de4c86ed 100644 --- a/e-util/e-error.h +++ b/e-util/e-error.h @@ -56,6 +56,4 @@ gint e_error_runv(GtkWindow *parent, const gchar *tag, const gchar *arg0, va_lis guint e_error_count_buttons (GtkDialog *dialog); -void e_error_default_parent(GtkWindow *parent); - #endif /* !_E_ERROR_H */ -- cgit v1.2.3