aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/dialogs/delete-comp.c
diff options
context:
space:
mode:
Diffstat (limited to 'calendar/gui/dialogs/delete-comp.c')
-rw-r--r--calendar/gui/dialogs/delete-comp.c10
1 files changed, 6 insertions, 4 deletions
diff --git a/calendar/gui/dialogs/delete-comp.c b/calendar/gui/dialogs/delete-comp.c
index d082551344..93e2df0d91 100644
--- a/calendar/gui/dialogs/delete-comp.c
+++ b/calendar/gui/dialogs/delete-comp.c
@@ -115,8 +115,9 @@ delete_component_dialog (ECalComponent *comp,
break;
default:
- g_message ("delete_component_dialog(): Cannot handle object of type %d",
- vtype);
+ g_message (
+ "delete_component_dialog(): Cannot handle object of type %d",
+ vtype);
g_free (arg0);
return FALSE;
}
@@ -144,8 +145,9 @@ delete_component_dialog (ECalComponent *comp,
break;
default:
- g_message ("delete_component_dialog(): Cannot handle objects of type %d",
- vtype);
+ g_message (
+ "delete_component_dialog(): Cannot handle objects of type %d",
+ vtype);
return FALSE;
}