From 4692d881f316f6e09c3825790df5d8145a414332 Mon Sep 17 00:00:00 2001 From: Harry Lu Date: Tue, 12 Aug 2003 04:09:30 +0000 Subject: ** Fixes #47464. 2003-08-12 Harry Lu ** Fixes #47464. * gui/dialogs/meeting-page.c: (get_widgets): The Organizer's value need not match one of the values in the list. svn path=/trunk/; revision=22183 --- calendar/ChangeLog | 7 +++++++ calendar/gui/dialogs/meeting-page.c | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/calendar/ChangeLog b/calendar/ChangeLog index 11b06bd2dd..29d0750a44 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,10 @@ +2003-08-12 Harry Lu + + ** fixes #47464. + + * gui/dialogs/meeting-page.c: (get_widgets): The Organizer's value + need not match one of the values in the list. + 2003-08-08 Rodrigo Moya * gui/e-cal-model-calendar.c (ecmc_fill_component_from_model): diff --git a/calendar/gui/dialogs/meeting-page.c b/calendar/gui/dialogs/meeting-page.c index b511e44f01..e603978520 100644 --- a/calendar/gui/dialogs/meeting-page.c +++ b/calendar/gui/dialogs/meeting-page.c @@ -497,7 +497,7 @@ get_widgets (MeetingPage *mpage) /* For making the user the organizer */ priv->organizer_table = GW ("organizer-table"); priv->organizer = GW ("organizer"); - gtk_combo_set_value_in_list (GTK_COMBO (priv->organizer), TRUE, FALSE); + gtk_combo_set_value_in_list (GTK_COMBO (priv->organizer), FALSE, FALSE); /* For showing existing organizers */ priv->existing_organizer_table = GW ("existing-organizer-table"); -- cgit v1.2.3