diff options
author | Xavier Claessens <xclaesse@src.gnome.org> | 2007-04-26 22:25:43 +0800 |
---|---|---|
committer | Xavier Claessens <xclaesse@src.gnome.org> | 2007-04-26 22:25:43 +0800 |
commit | 1acf1bd603ad4a2de7b08e57d966e16d3aea8d81 (patch) | |
tree | 78db77fd7268436164b72663102276f1aff3e23b | |
parent | 40c0d1ba5434b5c5d4f8b7ff6fedd1add5c03ce6 (diff) | |
download | gsoc2013-empathy-1acf1bd603ad4a2de7b08e57d966e16d3aea8d81.tar gsoc2013-empathy-1acf1bd603ad4a2de7b08e57d966e16d3aea8d81.tar.gz gsoc2013-empathy-1acf1bd603ad4a2de7b08e57d966e16d3aea8d81.tar.bz2 gsoc2013-empathy-1acf1bd603ad4a2de7b08e57d966e16d3aea8d81.tar.lz gsoc2013-empathy-1acf1bd603ad4a2de7b08e57d966e16d3aea8d81.tar.xz gsoc2013-empathy-1acf1bd603ad4a2de7b08e57d966e16d3aea8d81.tar.zst gsoc2013-empathy-1acf1bd603ad4a2de7b08e57d966e16d3aea8d81.zip |
[darcs-to-svn @ Adding salut profile]
svn path=/trunk/; revision=3
-rw-r--r-- | profiles/Makefile.am | 5 | ||||
-rw-r--r-- | profiles/salut.profile | 7 |
2 files changed, 10 insertions, 2 deletions
diff --git a/profiles/Makefile.am b/profiles/Makefile.am index 2536260bb..53702835f 100644 --- a/profiles/Makefile.am +++ b/profiles/Makefile.am @@ -2,7 +2,8 @@ profiledir = $(datadir)/mission-control/profiles profile_DATA = \ jabber.profile \ - msn.profile \ - gtalk.profile + gtalk.profile \ + salut.profile \ + msn.profile EXTRA_DIST = $(profile_DATA) diff --git a/profiles/salut.profile b/profiles/salut.profile new file mode 100644 index 000000000..22c9c1867 --- /dev/null +++ b/profiles/salut.profile @@ -0,0 +1,7 @@ +[Profile] +Manager=salut +Protocol=salut +DisplayName=Salut +IconName = im-jabber +ConfigurationUI = salut + |