[telepathy-stream-engine/master] TP_ERRORS is already registered in newer tp-glibs

Olivier Crête olivier.crete at collabora.co.uk
Mon Jun 29 16:02:33 PDT 2009


---
 configure.ac             |    2 +-
 src/stream-engine-main.c |    2 --
 2 files changed, 1 insertions(+), 3 deletions(-)

diff --git a/configure.ac b/configure.ac
index 6bad53d..b832a02 100644
--- a/configure.ac
+++ b/configure.ac
@@ -103,7 +103,7 @@ AC_SUBST(DBUS_SERVICES_DIR)
 AC_DEFINE_UNQUOTED(DBUS_SERVICES_DIR, "$DBUS_SERVICES_DIR", [DBus services directory])
 
 dnl Check for Telepathy libraries
-PKG_CHECK_MODULES([TELEPATHY], [telepathy-glib >= 0.7.8])
+PKG_CHECK_MODULES([TELEPATHY], [telepathy-glib >= 0.7.20])
 
 AC_SUBST(TELEPATHY_CFLAGS)
 AC_SUBST(TELEPATHY_LIBS)
diff --git a/src/stream-engine-main.c b/src/stream-engine-main.c
index ae73f8b..ea1cce7 100644
--- a/src/stream-engine-main.c
+++ b/src/stream-engine-main.c
@@ -307,8 +307,6 @@ int main(int argc, char **argv)
 
   mainloop = g_main_loop_new (NULL, FALSE);
 
-  dbus_g_error_domain_register (TP_ERRORS, "org.freedesktop.Telepathy.Error", TP_TYPE_ERROR);
-
   stream_engine = tp_stream_engine_get ();
 
   g_signal_connect (stream_engine, "handling-channel", 
-- 
1.5.6.5




More information about the telepathy-commits mailing list