From e7deedccdac5baf62f0adfd3a8cfb311157da01f Mon Sep 17 00:00:00 2001 From: Federico Mena Quintero Date: Tue, 13 Jun 2000 07:38:47 +0000 Subject: Added the array of objects and the hash table of UID->array index. 2000-06-13 Federico Mena Quintero * gui/calendar-model.c (CalendarModelPrivate): Added the array of objects and the hash table of UID->array index. (calendar_model_row_count): Return the length directly from the array instead of asking the Wombat. (calendar_model_value_at): Implemented. (calendar_model_new): Create an empty model. We provide a new setter function now. (calendar_model_construct): Removed function. (calendar_model_set_cal_client): New function to set the calendar client and object type at any time. This lets us reuse a calendar model object. * cal-util/calobj.h (iCalObjectField): Just report whether the object has alarms; not every single alarm. svn path=/trunk/; revision=3547 --- libical/src/test/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libical/src') diff --git a/libical/src/test/Makefile.in b/libical/src/test/Makefile.in index a4b7b70aee..c97dbd0026 100644 --- a/libical/src/test/Makefile.in +++ b/libical/src/test/Makefile.in @@ -128,7 +128,7 @@ DIST_COMMON = Makefile.am Makefile.in DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST) -TAR = tar +TAR = gtar GZIP_ENV = --best DEP_FILES = .deps/copycluster.P .deps/findobj.P .deps/icaltestparser.P \ .deps/regression.P .deps/storage.P .deps/stow.P .deps/usecases.P -- cgit v1.2.3