aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/dialogs
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2009-06-14 10:06:45 +0800
committerMatthew Barnes <mbarnes@redhat.com>2009-06-14 10:06:45 +0800
commitdc0ab70f11e998c5d038fe1f078768b8dc071dc7 (patch)
tree7572a2672c92265fef2a037d2173be4beb4b83ec /calendar/gui/dialogs
parente7cdb05f83f3514f65ae1adfd5f0d2a4844d170c (diff)
downloadgsoc2013-evolution-dc0ab70f11e998c5d038fe1f078768b8dc071dc7.tar
gsoc2013-evolution-dc0ab70f11e998c5d038fe1f078768b8dc071dc7.tar.gz
gsoc2013-evolution-dc0ab70f11e998c5d038fe1f078768b8dc071dc7.tar.bz2
gsoc2013-evolution-dc0ab70f11e998c5d038fe1f078768b8dc071dc7.tar.lz
gsoc2013-evolution-dc0ab70f11e998c5d038fe1f078768b8dc071dc7.tar.xz
gsoc2013-evolution-dc0ab70f11e998c5d038fe1f078768b8dc071dc7.tar.zst
gsoc2013-evolution-dc0ab70f11e998c5d038fe1f078768b8dc071dc7.zip
Fix coding style.
Diffstat (limited to 'calendar/gui/dialogs')
-rw-r--r--calendar/gui/dialogs/comp-editor.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/calendar/gui/dialogs/comp-editor.c b/calendar/gui/dialogs/comp-editor.c
index 794184d24b..268f61ac03 100644
--- a/calendar/gui/dialogs/comp-editor.c
+++ b/calendar/gui/dialogs/comp-editor.c
@@ -261,8 +261,8 @@ get_attachment_list (CompEditor *editor)
EAttachmentView *view;
GFile *destination;
GSList *list = NULL;
- const char *comp_uid = NULL;
- const char *local_store;
+ const gchar *comp_uid = NULL;
+ const gchar *local_store;
gchar *uri;
gint ii;