aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2014-02-07 17:10:54 +0800
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2014-02-12 15:55:13 +0800
commit98f90419c27a362d34b4ef2f05f42e658f92e5fc (patch)
treebd99d50e7dca2fa853e57f7bc0f63f1586aa0e18
parent710247a3cbb18bd06a2f8408e0705eb74ebd036c (diff)
downloadgsoc2013-empathy-98f90419c27a362d34b4ef2f05f42e658f92e5fc.tar
gsoc2013-empathy-98f90419c27a362d34b4ef2f05f42e658f92e5fc.tar.gz
gsoc2013-empathy-98f90419c27a362d34b4ef2f05f42e658f92e5fc.tar.bz2
gsoc2013-empathy-98f90419c27a362d34b4ef2f05f42e658f92e5fc.tar.lz
gsoc2013-empathy-98f90419c27a362d34b4ef2f05f42e658f92e5fc.tar.xz
gsoc2013-empathy-98f90419c27a362d34b4ef2f05f42e658f92e5fc.tar.zst
gsoc2013-empathy-98f90419c27a362d34b4ef2f05f42e658f92e5fc.zip
extensions: remove Chat_Manager.xml
We use GDBus now. https://bugzilla.gnome.org/show_bug.cgi?id=723766
-rw-r--r--extensions/Chat_Manager.xml36
-rw-r--r--extensions/Makefile.am1
-rw-r--r--extensions/misc.xml1
3 files changed, 0 insertions, 38 deletions
diff --git a/extensions/Chat_Manager.xml b/extensions/Chat_Manager.xml
deleted file mode 100644
index 15ea95122..000000000
--- a/extensions/Chat_Manager.xml
+++ /dev/null
@@ -1,36 +0,0 @@
-<?xml version="1.0" ?>
-<node name="/Chat_Manager"
- xmlns:tp="http://telepathy.freedesktop.org/wiki/DbusSpec#extensions-v0">
- <tp:copyright>Copyright (C) 2011 Collabora Ltd.</tp:copyright>
- <tp:license xmlns="http://www.w3.org/1999/xhtml">
- <p>This library is free software; you can redistribute it and/or
-modify it under the terms of the GNU Lesser General Public
-License as published by the Free Software Foundation; either
-version 2.1 of the License, or (at your option) any later version.</p>
-
-<p>This library is distributed in the hope that it will be useful,
-but WITHOUT ANY WARRANTY; without even the implied warranty of
-MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
-Lesser General Public License for more details.</p>
-
-<p>You should have received a copy of the GNU Lesser General Public
-License along with this library; if not, write to the Free Software
-Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.</p>
- </tp:license>
- <interface name="org.gnome.Empathy.ChatManager">
-
- <method name="UndoClosedChat" tp:name-for-bindings="Undo_Closed_Chat">
- <arg direction="in" type="x" name="User_Time">
- <tp:docstring>
- The user action time for the event.
- </tp:docstring>
- </arg>
- <tp:docstring>
- Ask the chat manager to undo closing a tab. If there is no tab
- to be opened then return successfully.
- </tp:docstring>
- </method>
-
- </interface>
-</node>
-<!-- vim:set sw=2 sts=2 et ft=xml: -->
diff --git a/extensions/Makefile.am b/extensions/Makefile.am
index 2ec034c4d..79622d48a 100644
--- a/extensions/Makefile.am
+++ b/extensions/Makefile.am
@@ -14,7 +14,6 @@ EXTRA_DIST = \
misc.xml \
Logger.xml \
Channel_Interface_Credentials_Storage.xml \
- Chat_Manager.xml \
$(NULL)
noinst_LTLIBRARIES = libemp-extensions.la
diff --git a/extensions/misc.xml b/extensions/misc.xml
index b6247c951..f8bc5f176 100644
--- a/extensions/misc.xml
+++ b/extensions/misc.xml
@@ -5,7 +5,6 @@
<tp:title>Misc extensions for Empathy</tp:title>
<xi:include href="Logger.xml" />
-<xi:include href="Chat_Manager.xml" />
<xi:include href="Channel_Interface_Credentials_Storage.xml" />
</tp:spec>