aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy
diff options
context:
space:
mode:
Diffstat (limited to 'libempathy')
-rw-r--r--libempathy/Makefile.am2
-rw-r--r--libempathy/empathy-contact-factory.c2
2 files changed, 1 insertions, 3 deletions
diff --git a/libempathy/Makefile.am b/libempathy/Makefile.am
index c24a16f21..639d22ecb 100644
--- a/libempathy/Makefile.am
+++ b/libempathy/Makefile.am
@@ -85,8 +85,6 @@ libempathy_include_HEADERS = \
echo "#include \"empathy-marshal.h\"" > $@ && \
$(GLIB_GENMARSHAL) --body --prefix=$(subst -,_,$*)_marshal $< >> $*-marshal.c
-%-marshal-main.c: %-marshal.c %-marshal.h
-
empathy-chandler-glue.h: empathy-chandler.xml
$(LIBTOOL) --mode=execute $(DBUS_BINDING_TOOL) --prefix=empathy_chandler --mode=glib-server --output=$@ $<
empathy-filter-glue.h: empathy-filter.xml
diff --git a/libempathy/empathy-contact-factory.c b/libempathy/empathy-contact-factory.c
index b4b3ba668..fe670e4e6 100644
--- a/libempathy/empathy-contact-factory.c
+++ b/libempathy/empathy-contact-factory.c
@@ -204,7 +204,7 @@ contact_factory_get_presence_cb (DBusGProxy *proxy,
ContactFactoryAccountData *account_data = user_data;
if (error) {
- empathy_debug (DEBUG_DOMAIN, "Error requesting aliases: %s",
+ empathy_debug (DEBUG_DOMAIN, "Error getting presence: %s",
error->message);
goto OUT;
}