Set the source option menu sensitivity here.
2004-07-02 Hans Petter Jansson <hpj@ximian.com> * gui/contact-list-editor/e-contact-list-editor.c (command_state_changed): Set the source option menu sensitivity here. svn path=/trunk/; revision=26569
This commit is contained in:
committed by
Hans Petter
parent
a0a05fc376
commit
c1a9d4e25e
@ -1,3 +1,8 @@
|
||||
2004-07-02 Hans Petter Jansson <hpj@ximian.com>
|
||||
|
||||
* gui/contact-list-editor/e-contact-list-editor.c
|
||||
(command_state_changed): Set the source option menu sensitivity here.
|
||||
|
||||
2004-06-30 Chris Toshok <toshok@ximian.com>
|
||||
|
||||
* gui/contact-editor/e-contact-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
|
||||
|
||||
Reference in New Issue
Block a user