diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2001-10-26 05:19:01 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2001-10-26 05:19:01 +0800 |
commit | 7e6933926a9daaa7dd635effe7715bca43cecd00 (patch) | |
tree | fa3ad48706450f57b2b29aace8a4c02e0d68d3c7 /shell/e-shell-importer.c | |
parent | 4f0f5db2c0d5fe5988406b25e35e3c86569a05de (diff) | |
download | gsoc2013-evolution-7e6933926a9daaa7dd635effe7715bca43cecd00.tar.gz gsoc2013-evolution-7e6933926a9daaa7dd635effe7715bca43cecd00.tar.zst gsoc2013-evolution-7e6933926a9daaa7dd635effe7715bca43cecd00.zip |
#include "e-util/e-gtk-utils.h".
* e-shell-importer.c: #include "e-util/e-gtk-utils.h".
* e-shell-folder-creation-dialog.c
(e_shell_show_folder_creation_dialog): Constify a local variable
to placate a warning.
* e-activity-handler.c (task_widget_cancel_callback): #if 0'ed
out.
* evolution-shell-component-client.c
(evolution_shell_component_client_new): Remove unused variable
`ior'.
svn path=/trunk/; revision=14100
Diffstat (limited to 'shell/e-shell-importer.c')
-rw-r--r-- | shell/e-shell-importer.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/shell/e-shell-importer.c b/shell/e-shell-importer.c index 2e94553053..730ff4e3c3 100644 --- a/shell/e-shell-importer.c +++ b/shell/e-shell-importer.c @@ -55,10 +55,12 @@ #include <glade/glade.h> #include <gtkhtml/gtkhtml.h> #include <gal/widgets/e-gui-utils.h> -#include <e-util/e-html-utils.h> #include <gal/widgets/e-gui-utils.h> #include <gal/widgets/e-unicode.h> +#include "e-util/e-html-utils.h" +#include "e-util/e-gtk-utils.h" + #include "e-shell-importer.h" #include "importer/GNOME_Evolution_Importer.h" |