From c1a9d4e25e6f45b78fde8a020d458da5fec7ea4f Mon Sep 17 00:00:00 2001 From: Hans Petter Jansson Date: Fri, 2 Jul 2004 18:32:18 +0000 Subject: Set the source option menu sensitivity here. 2004-07-02 Hans Petter Jansson * gui/contact-list-editor/e-contact-list-editor.c (command_state_changed): Set the source option menu sensitivity here. svn path=/trunk/; revision=26569 --- addressbook/gui/contact-list-editor/e-contact-list-editor.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'addressbook/gui/contact-list-editor') diff --git a/addressbook/gui/contact-list-editor/e-contact-list-editor.c b/addressbook/gui/contact-list-editor/e-contact-list-editor.c index b5dca4ef74..88980afed6 100644 --- a/addressbook/gui/contact-list-editor/e-contact-list-editor.c +++ b/addressbook/gui/contact-list-editor/e-contact-list-editor.c @@ -949,6 +949,8 @@ command_state_changed (EContactListEditor *editor) /* FIXME set the ok button to ok */ gtk_widget_set_sensitive (editor->ok_button, valid); + gtk_widget_set_sensitive (editor->source_menu, editor->is_new_list); + gtk_widget_set_sensitive (glade_xml_get_widget (editor->gui, "source-label"), editor->is_new_list); } static void -- cgit v1.2.3