~ubuntu-branches/ubuntu/oneiric/psi/oneiric

« back to all changes in this revision

Viewing changes to iconsets/roster/yahoo/icondef.xml

  • Committer: Bazaar Package Importer
  • Author(s): Jan Niehusmann
  • Date: 2005-01-10 17:41:43 UTC
  • mfrom: (1.2.1 upstream) (2.1.2 hoary)
  • Revision ID: james.westby@ubuntu.com-20050110174143-ltocv5zapl6blf5d
Tags: 0.9.3-1
* New upstream release
* Cleaned up debian/rules (some things are done by upstream Makefiles now)
* Fixed some lintian warnings:
  - removed executable bit from some .png files
  - moved psi.desktop to /usr/share/applications
* Updated menu files

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version='1.0' encoding='UTF-8'?>
 
2
<icondef>
 
3
        <meta>
 
4
                <name>Yahoo!</name>
 
5
                <version>1.0</version>
 
6
                <description>Default Yahoo! messenger iconset</description>
 
7
                <creation>2003-07-17</creation>
 
8
                <home>http://messenger.yahoo.com</home>
 
9
                <author jid='mblsha@jabber.ru' email='mblsha@users.sourceforge.net' www='http://maz.sf.net'>Michail Pishchagin (not the icons, just this icondef.xml)</author>
 
10
                <author>Yahoo! messenger artists</author>
 
11
        </meta>
 
12
 
 
13
        <icon>
 
14
                <x xmlns='name'>status/online</x>
 
15
                <object mime='image/png'>online.png</object>
 
16
        </icon>
 
17
 
 
18
        <icon>
 
19
                <x xmlns='name'>status/chat</x>
 
20
                <object mime='image/png'>online.png</object> <!-- FIXME -->
 
21
        </icon>
 
22
 
 
23
        <icon>
 
24
                <x xmlns='name'>status/invisible</x>
 
25
                <object mime='image/png'>online.png</object> <!-- FIXME -->
 
26
        </icon>
 
27
 
 
28
        <icon>
 
29
                <x xmlns='name'>status/offline</x>
 
30
                <object mime='image/png'>offline.png</object>
 
31
        </icon>
 
32
 
 
33
        <icon>
 
34
                <x xmlns='name'>status/away</x>
 
35
                <object mime='image/png'>away.png</object>
 
36
        </icon>
 
37
 
 
38
        <icon>
 
39
                <x xmlns='name'>status/xa</x>
 
40
                <object mime='image/png'>xa.png</object>
 
41
        </icon>
 
42
 
 
43
        <icon>
 
44
                <x xmlns='name'>status/dnd</x>
 
45
                <object mime='image/png'>dnd.png</object>
 
46
        </icon>
 
47
</icondef>