[evolution] [itip-formatter] May not send replies on meeting request mails
- From: Milan Crha <mcrha src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution] [itip-formatter] May not send replies on meeting request mails
- Date: Mon, 10 Sep 2012 12:31:52 +0000 (UTC)
commit 5b2547481c5f9663eef3103368cd75e6ef3f169b
Author: Milan Crha <mcrha redhat com>
Date: Mon Sep 10 14:30:39 2012 +0200
[itip-formatter] May not send replies on meeting request mails
modules/itip-formatter/itip-view.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/modules/itip-formatter/itip-view.c b/modules/itip-formatter/itip-view.c
index 6be2235..07c01b2 100644
--- a/modules/itip-formatter/itip-view.c
+++ b/modules/itip-formatter/itip-view.c
@@ -2614,7 +2614,7 @@ itip_view_get_rsvp (ItipView *view)
return FALSE;
el = webkit_dom_document_get_element_by_id (
- view->priv->dom_document, CHECKBOX_UPDATE);
+ view->priv->dom_document, CHECKBOX_RSVP);
return webkit_dom_html_input_element_get_checked (WEBKIT_DOM_HTML_INPUT_ELEMENT (el));
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]