diff options
author | Xavier Claessens <xclaesse@gmail.com> | 2007-10-01 18:09:08 +0800 |
---|---|---|
committer | Xavier Claessens <xclaesse@src.gnome.org> | 2007-10-01 18:09:08 +0800 |
commit | 3940c10bd761e85d24b317affb22c8d899e9ff8b (patch) | |
tree | 72434b895054347841deb570cd2ce6d5fab27900 /megaphone/data | |
parent | 4b3253600828b21e708eb05a3ae68427b199276e (diff) | |
download | gsoc2013-empathy-3940c10bd761e85d24b317affb22c8d899e9ff8b.tar gsoc2013-empathy-3940c10bd761e85d24b317affb22c8d899e9ff8b.tar.gz gsoc2013-empathy-3940c10bd761e85d24b317affb22c8d899e9ff8b.tar.bz2 gsoc2013-empathy-3940c10bd761e85d24b317affb22c8d899e9ff8b.tar.lz gsoc2013-empathy-3940c10bd761e85d24b317affb22c8d899e9ff8b.tar.xz gsoc2013-empathy-3940c10bd761e85d24b317affb22c8d899e9ff8b.tar.zst gsoc2013-empathy-3940c10bd761e85d24b317affb22c8d899e9ff8b.zip |
Updated to use new avatar cache.
2007-10-01 Xavier Claessens <xclaesse@gmail.com>
* megaphone/src/megaphone-applet.c:
* megaphone/data/GNOME_Megaphone_Applet.schemas.in: Updated to use new
avatar cache.
svn path=/trunk/; revision=343
Diffstat (limited to 'megaphone/data')
-rw-r--r-- | megaphone/data/GNOME_Megaphone_Applet.schemas.in | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/megaphone/data/GNOME_Megaphone_Applet.schemas.in b/megaphone/data/GNOME_Megaphone_Applet.schemas.in index bf6822d4d..26445a3e8 100644 --- a/megaphone/data/GNOME_Megaphone_Applet.schemas.in +++ b/megaphone/data/GNOME_Megaphone_Applet.schemas.in @@ -11,6 +11,16 @@ <short>The contact to display in the applet. Empty means no contact is displayed.</short> </locale> </schema> + <schema> + <key>/schemas/apps/megaphone-applet/prefs/avatar_token</key> + <applyto>/apps/megaphone-applet/prefs/avatar_token</applyto> + <owner>megaphone</owner> + <type>string</type> + <default></default> + <locale name="C"> + <short>The contact's avatar token. Empty means contact has no avatar.</short> + </locale> + </schema> </schemalist> </gconfschemafile> |