Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 294436
Collapse All | Expand All

(-)a/calendar/gui/e-cal-model.c (-7 / +2 lines)
Lines 913-927 ecm_append_row (ETableModel *etm, ETableModel *source, gint row) Link Here
913
		g_warning (G_STRLOC ": Could not create the object!");
913
		g_warning (G_STRLOC ": Could not create the object!");
914
914
915
		/* FIXME: show error dialog */
915
		/* FIXME: show error dialog */
916
		icalcomponent_free (comp_data->icalcomp);
916
	} else {
917
		g_object_unref (comp_data);
917
		g_signal_emit (G_OBJECT (model), signals[ROW_APPENDED], 0);
918
		return;
919
	}
918
	}
920
919
921
	icalcomponent_free (comp_data->icalcomp);
922
	g_object_unref (comp_data);
920
	g_object_unref (comp_data);
923
924
	g_signal_emit (G_OBJECT (model), signals[ROW_APPENDED], 0);
925
}
921
}
926
922
927
static gpointer
923
static gpointer
928
-

Return to bug 294436