From 86ecfc50539ddef82205551c11a6a13b135bbab4 Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Sat, 7 Nov 2009 12:44:44 -0500 Subject: Convert some "Save As" actions to run asynchronously. This introduces e-shell-utils for miscellaneous utility functions that integrate with the shell or shell settings. First function is e_shell_run_save_dialog(), which automatically remembers the selected folder in the file chooser dialog. Also, kill some redundant save dialog functions, as well as some write-this-string-to-disk functions that block. --- e-util/e-util.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'e-util/e-util.h') diff --git a/e-util/e-util.h b/e-util/e-util.h index 88ebaa2af7..81ca05327c 100644 --- a/e-util/e-util.h +++ b/e-util/e-util.h @@ -81,8 +81,6 @@ gint e_collate_compare (gconstpointer x, gconstpointer y); gint e_int_compare (gconstpointer x, gconstpointer y); -gboolean e_write_file_uri (const gchar *filename, - const gchar *data); guint32 e_color_to_value (GdkColor *color); /* This only makes a filename safe for usage as a filename. -- cgit