src/Palete/ValaSource.vala
authorAlan Knowles <alan@roojs.com>
Fri, 15 May 2015 07:38:16 +0000 (15:38 +0800)
committerAlan Knowles <alan@roojs.com>
Fri, 15 May 2015 07:38:16 +0000 (15:38 +0800)
src/Palete/ValaSource.vala

index 4163cfb..b90469a 100644 (file)
@@ -308,6 +308,7 @@ namespace Palete {
                                        throw new ValaSourceError.INVALID_FORMAT ("Unexpected element type %s", node.type_name ());
                                }
                                var ret = node.get_object ();
+                               ret.set_int_member("line_offset", this.line_offset);
                                if (result_callback == null) {
                                        print ("no callback?");
                                        return;