diff options
author | Not Zed <NotZed@Ximian.com> | 2004-05-24 17:01:55 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2004-05-24 17:01:55 +0800 |
commit | 321e9a1cf7473808eef43771c7052c84664fa81d (patch) | |
tree | ee0b1bdc41021a1e380a4e5aafe07a756f3cbceb /mail/ChangeLog | |
parent | 12f71865cfdf20295f5cd98b145f6d83df8ee8df (diff) | |
download | gsoc2013-evolution-321e9a1cf7473808eef43771c7052c84664fa81d.tar.gz gsoc2013-evolution-321e9a1cf7473808eef43771c7052c84664fa81d.tar.zst gsoc2013-evolution-321e9a1cf7473808eef43771c7052c84664fa81d.zip |
don't enable the widget based on its writability if it is a dependent
2004-05-24 Not Zed <NotZed@Ximian.com>
* mail-account-gui.c (mail_account_gui_build_extra_conf): don't
enable the widget based on its writability if it is a dependent
option which is now disable.
(setup_toggle): return whether the widget is sensitive too.
#57171.
svn path=/trunk/; revision=26062
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index f65ee96cf3..3b5f604c6f 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,5 +1,11 @@ 2004-05-24 Not Zed <NotZed@Ximian.com> + * mail-account-gui.c (mail_account_gui_build_extra_conf): don't + enable the widget based on its writability if it is a dependent + option which is now disable. + (setup_toggle): return whether the widget is sensitive too. + #57171. + * em-popup.c (em_popup_target_new_select): only enable add sender if we also have 1 selected. #56663. |