From 4be61235ce68b93c5e790d497c0f4fb6d2898e91 Mon Sep 17 00:00:00 2001
From: Ettore Perazzoli <ettore@src.gnome.org>
Date: Sun, 10 Mar 2002 03:16:46 +0000
Subject: Make old_name_locale non-const to placate a compiler warning.

* e-shell-folder-commands.c (e_shell_command_rename_folder): Make
old_name_locale non-const to placate a compiler warning.
(get_corba_null_value): Likewise.

* e-activity-handler.c (report_task_event): `#if 0' out.

svn path=/trunk/; revision=16008
---
 shell/e-shell-folder-commands.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

(limited to 'shell/e-shell-folder-commands.c')

diff --git a/shell/e-shell-folder-commands.c b/shell/e-shell-folder-commands.c
index 4a2bbe7e4f..ada09a2b1d 100644
--- a/shell/e-shell-folder-commands.c
+++ b/shell/e-shell-folder-commands.c
@@ -524,7 +524,8 @@ e_shell_command_rename_folder (EShell *shell,
 	EStorageSet *storage_set;
 	EFolder *folder;
 	RenameCallbackData *callback_data;
-	const char *old_name, *old_name_locale;
+	const char *old_name;
+	char *old_name_locale;
 	char *prompt;
 	char *new_name;
 	char *old_base_path;
-- 
cgit