From 3dfdf087fc7657905fc7804b59414ecd3d74028e Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Tue, 10 Nov 2009 12:14:07 -0500 Subject: Kill more redundant save dialogs and related utilities. --- shell/e-shell-utils.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'shell/e-shell-utils.h') diff --git a/shell/e-shell-utils.h b/shell/e-shell-utils.h index 6fedca8a4a..24ca617369 100644 --- a/shell/e-shell-utils.h +++ b/shell/e-shell-utils.h @@ -32,8 +32,14 @@ G_BEGIN_DECLS +GFile * e_shell_run_open_dialog (EShell *shell, + const gchar *title, + GtkCallback customize_func, + gpointer customize_data); + GFile * e_shell_run_save_dialog (EShell *shell, const gchar *title, + const gchar *suggestion, GtkCallback customize_func, gpointer customize_data); -- cgit v1.2.3