Re: [evolution-patches] Patch for #47464
- From: Rodrigo Moya <rodrigo ximian com>
- To: Harry Lu <harry lu sun com>
- Cc: Evolution Patches <evolution-patches ximian com>
- Subject: Re: [evolution-patches] Patch for #47464
- Date: Mon, 11 Aug 2003 23:38:51 +0200
On Mon, 2003-08-11 at 18:16, Rodrigo Moya wrote:
> On Mon, 2003-08-11 at 11:44, Harry Lu wrote:
> > Calendar hackers,
> > Here is a patch for #47464. Please review it.
> > Since it already has validation check for the organizer field when
> > user try to save the meetings, I think my patch won't cause any problems.
> > This patch need to be check into 1.4 branch, too.
> > Thanks!
> > Harry
>
> why is this needed?
>
sorry, I took a deeper look at the bug+patch, and it looks ok, so please
ignore my question and commit.
cheers
> cheers
> >
> > ______________________________________________________________________
> >
> > Index: evolution/calendar//ChangeLog
> > ===================================================================
> > RCS file: /cvs/gnome/evolution/calendar/ChangeLog,v
> > retrieving revision 1.1802.2.23
> > diff -u -r1.1802.2.23 ChangeLog
> > --- evolution/calendar//ChangeLog 6 Aug 2003 02:39:57 -0000 1.1802.2.23
> > +++ evolution/calendar//ChangeLog 11 Aug 2003 09:34:05 -0000
> > @@ -1,3 +1,10 @@
> > +2003-08-11 Harry Lu <harry lu sun com>
> > +
> > + ## 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-05 Jack Jia <jack jia sun com>
> >
> > * gui/dialogs/event-page.glade: changed one of the "Con_fidential" to
> > Index: evolution/calendar//gui/dialogs/meeting-page.c
> > ===================================================================
> > RCS file: /cvs/gnome/evolution/calendar/gui/dialogs/meeting-page.c,v
> > retrieving revision 1.68
> > diff -u -r1.68 meeting-page.c
> > --- evolution/calendar//gui/dialogs/meeting-page.c 2 May 2003 12:37:16 -0000 1.68
> > +++ evolution/calendar//gui/dialogs/meeting-page.c 11 Aug 2003 09:34:06 -0000
> > @@ -497,7 +497,7 @@
> > /* 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");
>
> _______________________________________________
> Evolution-patches mailing list
> Evolution-patches lists ximian com
> http://lists.ximian.com/mailman/listinfo/evolution-patches
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]