diff options
author | Ted Gould <ted@canonical.com> | 2009-01-07 15:28:02 -0600 |
---|---|---|
committer | Ted Gould <ted@canonical.com> | 2009-01-07 15:28:02 -0600 |
commit | ff7715c707091e4f073e11eeb0415c8d0788e1cd (patch) | |
tree | 29c89f5d7ca1be20db514602aacccb68245df699 | |
parent | e962748242a84c083e87c6e206c707f4265afe5d (diff) | |
download | libayatana-indicator-ff7715c707091e4f073e11eeb0415c8d0788e1cd.tar.gz libayatana-indicator-ff7715c707091e4f073e11eeb0415c8d0788e1cd.tar.bz2 libayatana-indicator-ff7715c707091e4f073e11eeb0415c8d0788e1cd.zip |
Fixing a bunch of typos, now it is a happy validating XML file.
-rw-r--r-- | libindicate/indicate-server.xml | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/libindicate/indicate-server.xml b/libindicate/indicate-server.xml index 27a2b8f..d1fed7e 100644 --- a/libindicate/indicate-server.xml +++ b/libindicate/indicate-server.xml @@ -1,4 +1,4 @@ -<?xml version="1.0" encodeing="UTF-8" ?> +<?xml version="1.0" encoding="UTF-8"?> <node name="/"> <interface name="org.freedesktop.indicator"> @@ -41,20 +41,20 @@ <!-- Signals --> <signal name="IndicatorAdded"> - <arg type="u" name="id" type="out" /> - <arg type="s" name="type" type="out" /> + <arg type="u" name="id" direction="out" /> + <arg type="s" name="type" direction="out" /> </signal> <signal name="IndicatorRemoved"> - <arg type="u" name="id" type="out" /> - <arg type="s" name="type" type="out" /> + <arg type="u" name="id" direction="out" /> + <arg type="s" name="type" direction="out" /> </signal> <signal name="IndicatorModified"> - <arg type="u" name="id" type="out" /> - <arg type="s" name="property" type="out" /> + <arg type="u" name="id" direction="out" /> + <arg type="s" name="property" direction="out" /> </signal> <!-- End of interesting stuff --> - </interace> + </interface> </node> |