[evolution/gnome-2-32] Bug #630294 - Shouldn't send invitation reply when has no organizer
- From: Milan Crha <mcrha src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution/gnome-2-32] Bug #630294 - Shouldn't send invitation reply when has no organizer
- Date: Wed, 29 Sep 2010 09:21:12 +0000 (UTC)
commit 2e7a05cd004a2344d7c0ecbd33462f8520a5fa5b
Author: Milan Crha <mcrha redhat com>
Date: Wed Sep 29 11:20:46 2010 +0200
Bug #630294 - Shouldn't send invitation reply when has no organizer
plugins/itip-formatter/itip-view.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/plugins/itip-formatter/itip-view.c b/plugins/itip-formatter/itip-view.c
index 6ade3ca..9cc641e 100644
--- a/plugins/itip-formatter/itip-view.c
+++ b/plugins/itip-formatter/itip-view.c
@@ -2006,7 +2006,7 @@ itip_view_get_rsvp (ItipView *view)
priv = view->priv;
- return gtk_toggle_button_get_active (GTK_TOGGLE_BUTTON (priv->rsvp_check));
+ return priv->rsvp_show && gtk_toggle_button_get_active (GTK_TOGGLE_BUTTON (priv->rsvp_check));
}
void
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]