From 0ea43e6ee7850544108ba347958f99cd67602933 Mon Sep 17 00:00:00 2001 From: Ettore Perazzoli Date: Fri, 10 Aug 2001 09:13:52 +0000 Subject: `#if 0'ed out. (rename_cb): Likewise. * e-shell-folder-commands.c (rename_clicked): `#if 0'ed out. (rename_cb): Likewise. * evolution-shell-component.c (destroy): Fixed a confusion between GList and GSList. svn path=/trunk/; revision=11876 --- shell/e-shell-folder-commands.c | 4 ++++ 1 file changed, 4 insertions(+) (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 f13be35d5f..831a2458d5 100644 --- a/shell/e-shell-folder-commands.c +++ b/shell/e-shell-folder-commands.c @@ -421,6 +421,7 @@ e_shell_command_delete_folder (EShell *shell, g_free (path); } +#if 0 static void rename_clicked (GtkWidget *dialog, gint button_num, void *data) { @@ -430,6 +431,7 @@ rename_clicked (GtkWidget *dialog, gint button_num, void *data) entry = gtk_object_get_data (GTK_OBJECT (dialog), "entry"); *retval = g_strdup (gtk_entry_get_text (GTK_ENTRY (entry))); } +#endif #if 0 static char * @@ -489,6 +491,7 @@ rename_dialog (char *folder_name) +#if 0 static void rename_cb (EStorageSet *storage_set, EStorageResult result, @@ -496,6 +499,7 @@ rename_cb (EStorageSet *storage_set, { /* FIXME: Do something? */ } +#endif #if 0 void -- cgit v1.2.3