aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/e-select-names-editable.c
diff options
context:
space:
mode:
authorChenthill Palanisamy <pchen@src.gnome.org>2006-01-13 19:02:32 +0800
committerChenthill Palanisamy <pchen@src.gnome.org>2006-01-13 19:02:32 +0800
commit8a35fece1b96e7b3d3938a2e9bfe7467908fbf42 (patch)
tree92e81e3699e6cc2f20af543e02fc966a449ae32a /calendar/gui/e-select-names-editable.c
parentf4f4f94e728d3973f7d780ca9390795c31e07578 (diff)
downloadgsoc2013-evolution-8a35fece1b96e7b3d3938a2e9bfe7467908fbf42.tar
gsoc2013-evolution-8a35fece1b96e7b3d3938a2e9bfe7467908fbf42.tar.gz
gsoc2013-evolution-8a35fece1b96e7b3d3938a2e9bfe7467908fbf42.tar.bz2
gsoc2013-evolution-8a35fece1b96e7b3d3938a2e9bfe7467908fbf42.tar.lz
gsoc2013-evolution-8a35fece1b96e7b3d3938a2e9bfe7467908fbf42.tar.xz
gsoc2013-evolution-8a35fece1b96e7b3d3938a2e9bfe7467908fbf42.tar.zst
gsoc2013-evolution-8a35fece1b96e7b3d3938a2e9bfe7467908fbf42.zip
fixes #213660
svn path=/trunk/; revision=31167
Diffstat (limited to 'calendar/gui/e-select-names-editable.c')
-rw-r--r--calendar/gui/e-select-names-editable.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/calendar/gui/e-select-names-editable.c b/calendar/gui/e-select-names-editable.c
index 6be5ec9bf8..c6bca611b2 100644
--- a/calendar/gui/e-select-names-editable.c
+++ b/calendar/gui/e-select-names-editable.c
@@ -193,7 +193,7 @@ GList *
e_select_names_editable_get_names (ESelectNamesEditable *esne)
{
EDestinationStore *destination_store;
- GList *destinations;
+ GList *destinations, *l;
EDestination *destination;
GList *result = NULL;