summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS6
-rw-r--r--tools/c-constants-gen.py3
2 files changed, 6 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index 0d8f96be3..1a761fde1 100644
--- a/NEWS
+++ b/NEWS
@@ -26,7 +26,11 @@ Fixes:
• Make several methods returning a GStrv introspectable (fd.o #46471, Simon)
-• Fix warnings with newer gtk-doc and g-ir-scanner (fd.o #48592, Stef Walter)
+• Fix warnings with newer gtk-doc and g-ir-scanner (fd.o #48592, fd.o #48363,
+ fd.o #48620; Stef Walter, Alban Browaeys)
+
+• Don't hard-code use of a particular abstract socket in dbus-tube-chan test,
+ fixing test failure on non-Linux (fd.o #48600, Simon)
telepathy-glib 0.18.0 (2012-04-02)
==================================
diff --git a/tools/c-constants-gen.py b/tools/c-constants-gen.py
index 12c43f2ad..c7a93d371 100644
--- a/tools/c-constants-gen.py
+++ b/tools/c-constants-gen.py
@@ -101,8 +101,7 @@ extern "C" {
enum.getAttribute('name') + 's'
self.d("""\
/**
- *
-%s:
+ * %s:
""" % (self.prefix + name).replace('_', ''))
vals = get_by_path(enum, 'enumvalue')
for val in vals: