aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJP Rosevear <jpr@src.gnome.org>2001-10-31 00:25:03 +0800
committerJP Rosevear <jpr@src.gnome.org>2001-10-31 00:25:03 +0800
commitf393c0aa94b37d76153f3cc8d8f69526fcb1b589 (patch)
treebbbcf9eaf42c6b8681f12cd8bfb7e5c7a447cb62
parentbff44ae49b2aebf52cae6f830bcf9c521e9071ba (diff)
downloadgsoc2013-evolution-f393c0aa94b37d76153f3cc8d8f69526fcb1b589.tar
gsoc2013-evolution-f393c0aa94b37d76153f3cc8d8f69526fcb1b589.tar.gz
gsoc2013-evolution-f393c0aa94b37d76153f3cc8d8f69526fcb1b589.tar.bz2
gsoc2013-evolution-f393c0aa94b37d76153f3cc8d8f69526fcb1b589.tar.lz
gsoc2013-evolution-f393c0aa94b37d76153f3cc8d8f69526fcb1b589.tar.xz
gsoc2013-evolution-f393c0aa94b37d76153f3cc8d8f69526fcb1b589.tar.zst
gsoc2013-evolution-f393c0aa94b37d76153f3cc8d8f69526fcb1b589.zip
Oops.
svn path=/trunk/; revision=14464
-rw-r--r--addressbook/ChangeLog3
-rw-r--r--calendar/ChangeLog30
2 files changed, 31 insertions, 2 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog
index 779eaec546..97466521b6 100644
--- a/addressbook/ChangeLog
+++ b/addressbook/ChangeLog
@@ -3,7 +3,8 @@
* conduit/address-conduit.c (ecard_from_remote_record): make sure
to translate the character sets of the names
-2001-10-30 JP Rosevear <jpr@ximian.com>
+2001-10-30 JP Rosevear <jpr@ximian.com>
+
* gui/component/select-names/e-select-names-bonobo.c
(manager_ok_cb): send a null bonobo arg to prevent explosion
diff --git a/calendar/ChangeLog b/calendar/ChangeLog
index bf6752ea41..154eaf4a60 100644
--- a/calendar/ChangeLog
+++ b/calendar/ChangeLog
@@ -1,3 +1,31 @@
+2001-10-30 JP Rosevear <jpr@ximian.com>
+
+ * gui/e-meeting-model.c (e_meeting_model_count_actual_attendees):
+ count the actual attendees (doesn't include people delegating
+
+ * gui/e-meeting-time-sel.c: use
+ e_meeting_model_count_actual_attendees (renamed)
+
+ * gui/e-meeting-time-sel-item.c: use
+ e_meeting_model_etable_view_to_model_row calls instead of calling
+ on the model directly, use e_meeting_model_count_actual_attendees
+
+ * gui/e-meeting-model.c
+ (e_meeting_model_etable_model_to_view_row): get the real mapping
+ (e_meeting_model_etable_view_to_model_row): ditto
+ (get_key): e-table-without callback
+ (duplicate_key): ditto
+ (free_gotten_key): ditto
+ (free_duplicated_key): ditto
+ (init): create without model
+ (e_meeting_model_etable_from_model): build etable from without
+ model
+
+ * gui/e-meeting-model.h: update protos
+
+ * gui/dialogs/meeting-page.c (right_click_cb): convert row from
+ view to model row
+
2001-10-30 Damon Chaplin <damon@ximian.com>
* gui/dialogs/task-page.c (task_page_fill_widgets): set to the default
@@ -90,7 +118,7 @@
alarm properties.
2001-10-30 JP Rosevear <jpr@ximian.com>
-
+
* gui/e-meeting-model.c (process_section): process an individual
section here
(select_names_ok_cb): call above