From 71f83089ccbb07760d3db525053a324d34717f43 Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Tue, 6 Oct 2009 11:13:15 -0500 Subject: Bug 597533 - e_file_dialog_save() does not pass parent window --- e-util/e-dialog-utils.h | 27 +++++++++++++++------------ 1 file changed, 15 insertions(+), 12 deletions(-) (limited to 'e-util/e-dialog-utils.h') diff --git a/e-util/e-dialog-utils.h b/e-util/e-dialog-utils.h index 3af21ffb0d..b4f305bdd5 100644 --- a/e-util/e-dialog-utils.h +++ b/e-util/e-dialog-utils.h @@ -25,16 +25,19 @@ #include -void e_notice (gpointer parent, - GtkMessageType type, - const gchar *format, - ...); +void e_notice (gpointer parent, + GtkMessageType type, + const gchar *format, + ...); +gchar * e_file_dialog_save (GtkWindow *parent, + const gchar *title, + const gchar *fname); +GtkWidget * e_file_get_save_filesel (GtkWindow *parent, + const gchar *title, + const gchar *name, + GtkFileChooserAction action); +gboolean e_file_can_save (GtkWindow *parent, + const gchar *uri); +gboolean e_file_check_local (const gchar *name); -gchar *e_file_dialog_save (const gchar *title, const gchar *fname); - -GtkWidget * e_file_get_save_filesel (GtkWindow *parent, const gchar *title, const gchar *name, GtkFileChooserAction action); - -gboolean e_file_can_save(GtkWindow *parent, const gchar *uri); -gboolean e_file_check_local(const gchar *name); - -#endif +#endif /* E_DIALOG_UTILS_H */ -- cgit v1.2.3