aboutsummaryrefslogtreecommitdiffstats
path: root/shell/e-activity-handler.c
diff options
context:
space:
mode:
authorEttore Perazzoli <ettore@src.gnome.org>2001-10-26 05:19:01 +0800
committerEttore Perazzoli <ettore@src.gnome.org>2001-10-26 05:19:01 +0800
commit7e6933926a9daaa7dd635effe7715bca43cecd00 (patch)
treefa3ad48706450f57b2b29aace8a4c02e0d68d3c7 /shell/e-activity-handler.c
parent4f0f5db2c0d5fe5988406b25e35e3c86569a05de (diff)
downloadgsoc2013-evolution-7e6933926a9daaa7dd635effe7715bca43cecd00.tar
gsoc2013-evolution-7e6933926a9daaa7dd635effe7715bca43cecd00.tar.gz
gsoc2013-evolution-7e6933926a9daaa7dd635effe7715bca43cecd00.tar.bz2
gsoc2013-evolution-7e6933926a9daaa7dd635effe7715bca43cecd00.tar.lz
gsoc2013-evolution-7e6933926a9daaa7dd635effe7715bca43cecd00.tar.xz
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-activity-handler.c')
-rw-r--r--shell/e-activity-handler.c2
1 files changed, 1 insertions, 1 deletions
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,