From d76a0c81c7848e068ce0f995f748682ffd5959d7 Mon Sep 17 00:00:00 2001 From: Chenthill Palanisamy Date: Thu, 23 Jun 2005 12:51:32 +0000 Subject: Desensitize the source seletor while delegating a meeting. svn path=/trunk/; revision=29575 --- calendar/gui/dialogs/event-page.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'calendar/gui') diff --git a/calendar/gui/dialogs/event-page.c b/calendar/gui/dialogs/event-page.c index 829739fd7b..28a4f831cf 100644 --- a/calendar/gui/dialogs/event-page.c +++ b/calendar/gui/dialogs/event-page.c @@ -639,8 +639,10 @@ sensitize_widgets (EventPage *epage) gtk_widget_set_sensitive (priv->sendoptions_button, !read_only && sens); gtk_entry_set_editable (GTK_ENTRY (priv->categories), !read_only && sens); - if (COMP_EDITOR_PAGE (epage)->flags & COMP_EDITOR_PAGE_DELEGATE) + if (COMP_EDITOR_PAGE (epage)->flags & COMP_EDITOR_PAGE_DELEGATE) { gtk_widget_set_sensitive (priv->sendoptions_button, TRUE); + gtk_widget_set_sensitive (priv->source_selector, FALSE); + } } void -- cgit v1.2.3