From 7e6933926a9daaa7dd635effe7715bca43cecd00 Mon Sep 17 00:00:00 2001 From: Ettore Perazzoli Date: Thu, 25 Oct 2001 21:19:01 +0000 Subject: #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 --- shell/e-shell-folder-creation-dialog.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'shell/e-shell-folder-creation-dialog.c') diff --git a/shell/e-shell-folder-creation-dialog.c b/shell/e-shell-folder-creation-dialog.c index 4f0878efc2..d46002a410 100644 --- a/shell/e-shell-folder-creation-dialog.c +++ b/shell/e-shell-folder-creation-dialog.c @@ -515,7 +515,7 @@ e_shell_show_folder_creation_dialog (EShell *shell, storage_set_view = add_storage_set_view (dialog, gui, shell, default_parent_folder); if (default_type == NULL) { - char *dt; + const char *dt; dt = get_type_from_parent_path (shell, default_parent_folder); folder_types = add_folder_types (dialog, gui, shell, dt); -- cgit v1.2.3