]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
D-Bus: Fix string array properties in client interfaces
authorJürg Billeter <j@bitron.ch>
Thu, 1 Apr 2010 09:00:44 +0000 (11:00 +0200)
committerJürg Billeter <j@bitron.ch>
Thu, 1 Apr 2010 09:00:44 +0000 (11:00 +0200)
codegen/valadbusclientmodule.vala

index 38093848a7dd3ba603e467ec4929b20246eb8846..e59d4210d35d4ad736982a16eefb365f3658bf65 100644 (file)
@@ -987,7 +987,7 @@ internal class Vala.DBusClientModule : DBusModule {
                                continue;
                        }
 
-                       if (prop.property_type is ArrayType) {
+                       if (!is_gobject_property (prop)) {
                                continue;
                        }