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. --- shell/Makefile.am | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'shell/Makefile.am') diff --git a/shell/Makefile.am b/shell/Makefile.am index d8eea3c5e3..608ecd314d 100644 --- a/shell/Makefile.am +++ b/shell/Makefile.am @@ -26,6 +26,7 @@ eshellinclude_HEADERS = \ e-shell-sidebar.h \ e-shell-switcher.h \ e-shell-taskbar.h \ + e-shell-utils.h \ e-shell-view.h \ e-shell-window.h \ e-shell-window-actions.h \ @@ -59,7 +60,7 @@ libeshell_la_CPPFLAGS = \ libeshell_la_SOURCES = \ $(NM_SUPPORT_FILES) \ - $(IDL_GENERATED) \ + $(eshellinclude_HEADERS) \ e-shell.c \ e-shell-backend.c \ e-shell-content.c \ @@ -67,11 +68,11 @@ libeshell_la_SOURCES = \ e-shell-sidebar.c \ e-shell-switcher.c \ e-shell-taskbar.c \ + e-shell-utils.c \ e-shell-view.c \ e-shell-window.c \ e-shell-window-private.c \ e-shell-window-private.h \ - $(eshellinclude_HEADERS) \ e-shell-migrate.c \ e-shell-migrate.h \ e-shell-window-actions.c \ -- cgit v1.2.3