]> rtime.felk.cvut.cz Git - sojka/lightdm.git/commitdiff
Update NEWS about introspection fixes
authorRobert Ancell <robert.ancell@canonical.com>
Tue, 24 Jan 2012 05:28:41 +0000 (16:28 +1100)
committerRobert Ancell <robert.ancell@canonical.com>
Tue, 24 Jan 2012 05:28:41 +0000 (16:28 +1100)
NEWS
liblightdm-gobject/Makefile.am

diff --git a/NEWS b/NEWS
index 69ace57db3e6b5d939d99942e7923457071193b0..dbc0c9d0af0403e22d2b48b33a05eb4b15ba4ad6 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -2,6 +2,7 @@ Overview of changes in lightdm 1.1.2
 
     * Add regression tests for getting the user language and layout
     * Stop accidentally distributing libsystem
+    * Fix introspection bindings not containing any methods
 
 Overview of changes in lightdm 1.1.1
 
index 0f12326eefd55369617debe3ced8a1422a5cfa0f..991310bf05fa9e4309b80363198d53a4b5c8132b 100644 (file)
@@ -41,7 +41,7 @@ INTROSPECTION_GIRS = LightDM-1.gir
 
 LightDM-1.gir: liblightdm-gobject-1.la
 LightDM_1_gir_INCLUDES = GObject-2.0
-LightDM_1_gir_CFLAGS = $(INCLUDES) --identifier-prefix=LightDM --symbol-prefix=lightdm
+LightDM_1_gir_CFLAGS = $(INCLUDES) --symbol-prefix=lightdm
 LightDM_1_gir_LIBS = liblightdm-gobject-1.la
 LightDM_1_gir_FILES = $(liblightdm_gobject_1_la_SOURCES)