diff options
author | Sarfraaz Ahmed <asarfraaz@novell.com> | 2004-05-04 18:58:43 +0800 |
---|---|---|
committer | Ahmed Sarfraaz <sarfraaz@src.gnome.org> | 2004-05-04 18:58:43 +0800 |
commit | e8ac12faff8b51a2018d38f367e39a6c6fd171bb (patch) | |
tree | ec00ba42065ef5bd2d6a16a2f7ed3d1e97640cac /mail/evolution-mail.schemas.in.in | |
parent | 882a8952b44e104e0190d7997807de29b8cf6912 (diff) | |
download | gsoc2013-evolution-e8ac12faff8b51a2018d38f367e39a6c6fd171bb.tar.gz gsoc2013-evolution-e8ac12faff8b51a2018d38f367e39a6c6fd171bb.tar.zst gsoc2013-evolution-e8ac12faff8b51a2018d38f367e39a6c6fd171bb.zip |
This now takes CamelProvider as argument. Made the display message more
2004-05-04 Sarfraaz Ahmed <asarfraaz@novell.com>
* mail-account-gui.c (display_license): This now takes CamelProvider
as argument. Made the display message more generic. Removed the signal
connects for buttons and replaced those with proper gtk_reponses.
(mail_account_gui_check_for_license): Modified the gconf key for
licenses to be a string list.
* evolution-mail.schemas.in.in: Added the gconf schema entry for a
string list to handle the component names whose licenses are accepted.
* mail-license.glade: Modified the display string and added the
appropriate gtk_response types for the buttons.
svn path=/trunk/; revision=25783
Diffstat (limited to 'mail/evolution-mail.schemas.in.in')
-rw-r--r-- | mail/evolution-mail.schemas.in.in | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/mail/evolution-mail.schemas.in.in b/mail/evolution-mail.schemas.in.in index 6327985609..01f10052d7 100644 --- a/mail/evolution-mail.schemas.in.in +++ b/mail/evolution-mail.schemas.in.in @@ -814,5 +814,21 @@ </locale> </schema> + <schema> + <key>/schemas/apps/evolution/mail/licenses</key> + <applyto>/apps/evolution/mail/licenses</applyto> + <owner>evolution-mail</owner> + <type>list</type> + <list_type>string</list_type> + <default></default> + <locale name="C"> + <short>List of accepted licenses</short> + <long> + List of protocol names whose license + has been accepted + </long> + </locale> + </schema> + </schemalist> </gconfschemafile> |