diff options
author | Federico Mena Quintero <federico@novell.com> | 2010-04-09 07:05:07 +0800 |
---|---|---|
committer | Federico Mena Quintero <federico@novell.com> | 2010-04-09 07:05:07 +0800 |
commit | 5b5ac7a174676bf665b627b25d25ae9a9de689f4 (patch) | |
tree | ed73cdf8addc25529204354f6c0e9ee43cba95ed | |
parent | f2d0cc79bd9acaf31777e1d41ff68ad0e1c104a1 (diff) | |
download | gsoc2013-evolution-5b5ac7a174676bf665b627b25d25ae9a9de689f4.tar.gz gsoc2013-evolution-5b5ac7a174676bf665b627b25d25ae9a9de689f4.tar.zst gsoc2013-evolution-5b5ac7a174676bf665b627b25d25ae9a9de689f4.zip |
Hide the Alerts label in the composer's preferences
We don't need that heading as it would only have one sub-option.
Signed-off-by: Federico Mena Quintero <federico@novell.com>
-rw-r--r-- | mail/evolution-mail.schemas.in | 2 | ||||
-rw-r--r-- | mail/mail-config.ui | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/mail/evolution-mail.schemas.in b/mail/evolution-mail.schemas.in index 5e7ac53666..3bc4e35700 100644 --- a/mail/evolution-mail.schemas.in +++ b/mail/evolution-mail.schemas.in @@ -1554,7 +1554,7 @@ <owner>evolution-mail</owner> <type>list</type> <list_type>string</list_type> - <default>[chkOutlookFilenames,vboxTopPosting,chkPromptEmptySubject]</default> + <default>[chkOutlookFilenames,vboxTopPosting,labelAlerts,chkPromptEmptySubject]</default> <locale name="C"> <short>List of controls to hide when in Express mode</short> <long> diff --git a/mail/mail-config.ui b/mail/mail-config.ui index c84a5cc578..8f8935bd0e 100644 --- a/mail/mail-config.ui +++ b/mail/mail-config.ui @@ -4540,7 +4540,7 @@ For example: "Work" or "Personal"</property> </packing> </child> <child> - <object class="GtkLabel" id="label506"> + <object class="GtkLabel" id="labelAlerts"> <property name="visible">True</property> <property name="xalign">0</property> <property name="label" translatable="yes">Alerts</property> |