aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/misc/e-error.h
diff options
context:
space:
mode:
authorNot Zed <NotZed@Ximian.com>2004-05-21 17:12:15 +0800
committerMichael Zucci <zucchi@src.gnome.org>2004-05-21 17:12:15 +0800
commit323689b6584196bce37251b2ec3c81d52c815f62 (patch)
treec250c12ce20dae3c9f606a8363c4817a0c70a644 /widgets/misc/e-error.h
parentffa75e6801faaffb2626d83779fe0a91a8f58d3a (diff)
downloadgsoc2013-evolution-323689b6584196bce37251b2ec3c81d52c815f62.tar
gsoc2013-evolution-323689b6584196bce37251b2ec3c81d52c815f62.tar.gz
gsoc2013-evolution-323689b6584196bce37251b2ec3c81d52c815f62.tar.bz2
gsoc2013-evolution-323689b6584196bce37251b2ec3c81d52c815f62.tar.lz
gsoc2013-evolution-323689b6584196bce37251b2ec3c81d52c815f62.tar.xz
gsoc2013-evolution-323689b6584196bce37251b2ec3c81d52c815f62.tar.zst
gsoc2013-evolution-323689b6584196bce37251b2ec3c81d52c815f62.zip
set a default error parent fallback. (e_error_newv): if parent is null,
2004-05-21 Not Zed <NotZed@Ximian.com> * e-error.c (e_error_default_parent): set a default error parent fallback. (e_error_newv): if parent is null, see if we have a default still alive, and use that. warn if not. svn path=/trunk/; revision=26031
Diffstat (limited to 'widgets/misc/e-error.h')
-rw-r--r--widgets/misc/e-error.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/widgets/misc/e-error.h b/widgets/misc/e-error.h
index 2b0bded9bc..fe097656ab 100644
--- a/widgets/misc/e-error.h
+++ b/widgets/misc/e-error.h
@@ -52,4 +52,6 @@ struct _GtkWidget *e_error_newv(struct _GtkWindow *parent, const char *tag, cons
int e_error_run(struct _GtkWindow *parent, const char *tag, const char *arg0, ...);
int e_error_runv(struct _GtkWindow *parent, const char *tag, const char *arg0, va_list ap);
+void e_error_default_parent(struct _GtkWindow *parent);
+
#endif /* !_E_ERROR_H */