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-activity-handler.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'shell/e-activity-handler.c') diff --git a/shell/e-activity-handler.c b/shell/e-activity-handler.c index 960a02d19e..65dec9e5d8 100644 --- a/shell/e-activity-handler.c +++ b/shell/e-activity-handler.c @@ -170,6 +170,7 @@ report_task_event (ActivityInfo *activity_info, /* ETaskWidget actions. */ +#if 0 static void task_widget_cancel_callback (GtkWidget *widget, void *data) @@ -190,7 +191,6 @@ task_widget_show_details_callback (GtkWidget *widget, report_task_event (activity_info, "ShowDetails"); } -#if 0 static void show_cancellation_popup (ActivityInfo *activity_info, GtkWidget *task_widget, -- cgit