aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/calendar-commands.c
diff options
context:
space:
mode:
Diffstat (limited to 'calendar/gui/calendar-commands.c')
-rw-r--r--calendar/gui/calendar-commands.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/calendar/gui/calendar-commands.c b/calendar/gui/calendar-commands.c
index e4167df141..8cf9849f7d 100644
--- a/calendar/gui/calendar-commands.c
+++ b/calendar/gui/calendar-commands.c
@@ -446,8 +446,8 @@ calendar_control_sensitize_calendar_commands (BonoboControl *control, GnomeCalen
selected = e_calendar_view_get_selected_events((ECalendarView *)view);
for (l=selected;l;l=g_list_next(l)) {
ECalendarViewEvent *event = l->data;
- if (event)
- g_ptr_array_add(events, e_cal_model_copy_component_data(event->comp_data));
+ if (event && event->comp_data)
+ g_ptr_array_add (events, e_cal_model_copy_component_data(event->comp_data));
}
g_list_free(selected);
it/cgit.cgi/freebsd-ports-gnome/commit/?h=gstreamer0.10-removal&id=84ed03e4b4442409ec799a1bf80fe91917bd67f5'>USE_AUTOMAKEarved2003-03-241-1/+4 * Upgrade to 1.16.obraun2003-03-244-41/+136 * Add dependency on kdebase back.arved2003-03-243-3/+22 * Update to 1.5arved2003-03-243-4/+4 * Fix Build on CURRENT and catchup with latest xmame versionarved2003-03-245-0/+132 * Upgrade to 0.5.obraun2003-03-243-4/+4 * Correct typo.marcus2003-03-242-2/+2 * - Update to 1.6.0dinoex2003-03-245-5/+5 * - Update to 8.4.2dinoex2003-03-243-4/+11 * - make dependency configureable with TCL83_PORTdinoex2003-03-241-1/+8 * - make dependency configureable with TCL82_PORTdinoex2003-03-241-2/+8 * - Update to 8.4.2dinoex2003-03-243-15/+21 * - make SOURCE path in tclConfig.sh variabledinoex2003-03-242-1/+12 * maildirsync --> ports/mail/maildirsyncobraun2003-03-241-0/+1 * Add maildirsync 0.3, online synchronizer for Maildir-format mailboxes.obraun2003-03-245-0/+40 * o) Fix libtool usage (see PR)lkoeller2003-03-24