[evolution/gnome-3-6] Bug #693625 - [itip-formatter] Save button insensitive for multiple events
- From: Milan Crha <mcrha src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution/gnome-3-6] Bug #693625 - [itip-formatter] Save button insensitive for multiple events
- Date: Tue, 26 Feb 2013 11:41:24 +0000 (UTC)
commit 467e3bc8253dd2b996b66fe6303ac065bce20101
Author: Milan Crha <mcrha redhat com>
Date: Tue Feb 26 12:40:33 2013 +0100
Bug #693625 - [itip-formatter] Save button insensitive for multiple events
modules/itip-formatter/itip-view.c | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/modules/itip-formatter/itip-view.c b/modules/itip-formatter/itip-view.c
index a1dc32f..644c97f 100644
--- a/modules/itip-formatter/itip-view.c
+++ b/modules/itip-formatter/itip-view.c
@@ -3122,6 +3122,8 @@ itip_view_set_error (ItipView *view,
el = webkit_dom_document_get_element_by_id (
view->priv->dom_document, BUTTON_SAVE);
+ webkit_dom_html_button_element_set_disabled (
+ WEBKIT_DOM_HTML_BUTTON_ELEMENT (el), FALSE);
webkit_dom_event_target_add_event_listener (
WEBKIT_DOM_EVENT_TARGET (el), "click",
G_CALLBACK (button_clicked_cb), FALSE, view);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]