diff options
-rw-r--r-- | ui/ChangeLog | 6 | ||||
-rw-r--r-- | ui/evolution-mail-list.xml | 2 |
2 files changed, 7 insertions, 1 deletions
diff --git a/ui/ChangeLog b/ui/ChangeLog index 8e6407e10b..9ca32f382e 100644 --- a/ui/ChangeLog +++ b/ui/ChangeLog @@ -1,3 +1,9 @@ +2005-07-28 Vivek Jain <jvivek@novell.com> + + * evolution-mail-list.xml: HideDeleted has to be a toggle + button. + **Relevent Comments on #309163 + 2005-07-25 Viren.l <lviren@novell.com> * evolution-tasks.xml: Added 2 submenus under action menu. diff --git a/ui/evolution-mail-list.xml b/ui/evolution-mail-list.xml index e274ea4e18..2f5a90d29f 100644 --- a/ui/evolution-mail-list.xml +++ b/ui/evolution-mail-list.xml @@ -41,7 +41,7 @@ _tip="Change the name of this folder"/> <cmd name="HideDeleted" _tip="Hide deleted messages rather than displaying them with a line through them" - pixtype="pixbuf" /> + type="toggle" /> <cmd name="ViewHideRead" _tip="Temporarily hide all messages that have already been read" pixtype="pixbuf" /> |