From af5853c4de36ba3ea67b92c729f5101849c5a8d2 Mon Sep 17 00:00:00 2001 From: Tobias Mueller Date: Sun, 22 Feb 2009 12:19:49 +0000 Subject: =?UTF-8?q?Make=20it=20use=20the=20proper=20action.=20Patch=20by?= =?UTF-8?q?=20Pawe=C5=82=20Zembrzuski?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 2009-02-22 Tobias Mueller * gui/e-itip-control.c (refresh_options_object): Make it use the proper action. Patch by Paweł Zembrzuski ** Fixes bug 566556 svn path=/trunk/; revision=37308 --- calendar/ChangeLog | 7 +++++++ calendar/gui/e-itip-control.c | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/calendar/ChangeLog b/calendar/ChangeLog index 1abebef1a2..f70dbacae6 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,10 @@ +2009-02-22 Tobias Mueller + + * gui/e-itip-control.c (refresh_options_object): + Make it use the proper action. Patch by Paweł Zembrzuski + + ** Fixes bug 566556 + 2009-02-20 Milan Crha ** Fix for bug #567949 diff --git a/calendar/gui/e-itip-control.c b/calendar/gui/e-itip-control.c index 0583a4fefe..157afc6018 100644 --- a/calendar/gui/e-itip-control.c +++ b/calendar/gui/e-itip-control.c @@ -2435,7 +2435,7 @@ refresh_options_object (EItipControl *itip, GtkHTML *html, GtkHTMLEmbedded *eb) menu = gtk_menu_new (); add_option (itip, menu, _("Send Latest Information"), 'S'); - priv->action = 'R'; + priv->action = 'S'; gtk_option_menu_set_menu (GTK_OPTION_MENU (option), menu); -- cgit v1.2.3