| |
1 <?xml version="1.0" encoding="utf-8"?> |
| |
2 <schemalist> |
| |
3 <enum id="im.pidgin.Pidgin.plugin.Unity.LauncherCount"> |
| |
4 <value nick="Disable launcher integration" value="0"/> |
| |
5 <value nick="Show number of unread messages" value="1"/> |
| |
6 <value nick="Show number of unread conversations" value="2"/> |
| |
7 </enum> |
| |
8 |
| |
9 <enum id="im.pidgin.Pidgin.plugin.Unity.MessagingMenu"> |
| |
10 <value nick="Show number of unread messages for conversations" value="0"/> |
| |
11 <value nick="Show elapsed time for unread conversations" value="1"/> |
| |
12 </enum> |
| |
13 |
| |
14 <schema path="/pidgin/plugins/unity/" id="im.pidgin.Pidgin.plugin.Unity"> |
| |
15 <key name="alert-chat-nick" type="b"> |
| |
16 <default>true</default> |
| |
17 <summary>Chatroom alerts</summary> |
| |
18 <description> |
| |
19 Chatroom message alerts only where someone says your username. |
| |
20 </description> |
| |
21 </key> |
| |
22 |
| |
23 <key name="launcher-count" enum="im.pidgin.Pidgin.plugin.Unity.LauncherCount"> |
| |
24 <default>"Show number of unread conversations"</default> |
| |
25 <summary>Launcher integration</summary> |
| |
26 <description> |
| |
27 What to show in the launcher icon. |
| |
28 </description> |
| |
29 </key> |
| |
30 |
| |
31 <key name="messaging-menu-text" enum="im.pidgin.Pidgin.plugin.Unity.MessagingMenu"> |
| |
32 <default>"Show number of unread messages for conversations"</default> |
| |
33 <summary>Messaging menu integration</summary> |
| |
34 <description> |
| |
35 What to show in the messaging menu. |
| |
36 </description> |
| |
37 </key> |
| |
38 </schema> |
| |
39 </schemalist> |