diff options
-rw-r--r-- | 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 6be2235729..07c01b2c97 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)); } |