]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
girparser: reset cheader_filenames before parsing a gir
authorLuca Bruno <lucabru@src.gnome.org>
Sat, 5 Apr 2014 18:20:41 +0000 (20:20 +0200)
committerLuca Bruno <lucabru@src.gnome.org>
Sat, 5 Apr 2014 18:52:27 +0000 (20:52 +0200)
Remove gedit-2.20 from all-bindings due to a random bug.
Sometimes it's successful, sometimes it's not.

vala/valagirparser.vala
vapi/Makefile.am

index a50879dcd0f9b8bea3af819817e89330c51d72ee..961d9a6da29f537edab5abb515204e304d217cff 100644 (file)
@@ -1221,6 +1221,7 @@ public class Vala.GirParser : CodeVisitor {
        public void parse_file (SourceFile source_file) {
                metadata_stack = new ArrayList<Metadata> ();
                metadata = Metadata.empty;
+               cheader_filenames = null;
 
                this.current_source_file = source_file;
                reader = new MarkupReader (source_file.filename);
index 30604b2735963d31a03df67f41f72117f7a6e328..6c48bc29c46aab1540943b4381f326ae879aa01d 100644 (file)
@@ -306,7 +306,6 @@ GIDL_BINDINGS = \
        gdl-1.0 \
        gdu \
        gdk-gtk \
-       gedit-2.20 \
        gio-unix-2.0 \
        gnome-desktop-2.0 \
        gnome-keyring-1 \