aboutsummaryrefslogtreecommitdiffstats
path: root/calendar
diff options
context:
space:
mode:
Diffstat (limited to 'calendar')
-rw-r--r--calendar/gui/e-calendar-selector.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/calendar/gui/e-calendar-selector.c b/calendar/gui/e-calendar-selector.c
index b588c6a107..c134d299a4 100644
--- a/calendar/gui/e-calendar-selector.c
+++ b/calendar/gui/e-calendar-selector.c
@@ -314,11 +314,11 @@ calendar_selector_data_dropped (ESourceSelector *selector,
GdkDragAction action,
guint info)
{
- icalcomponent *icalcomp;
+ icalcomponent *icalcomp = NULL;
EActivity *activity;
EShellBackend *shell_backend;
EShellView *shell_view;
- ESource *source;
+ ESource *source = NULL;
ESourceRegistry *registry;
GCancellable *cancellable;
gchar **segments;