src/Palete/Gtk.vala
authorAlan Knowles <alan@roojs.com>
Fri, 29 May 2015 03:52:29 +0000 (11:52 +0800)
committerAlan Knowles <alan@roojs.com>
Fri, 29 May 2015 03:52:29 +0000 (11:52 +0800)
src/Palete/Gtk.vala

index c6c44e2..0de1468 100644 (file)
@@ -358,7 +358,13 @@ namespace Palete {
                                }
 
                                if (!is_last) {
-                               
+                                       
+                                       if (curtype[0] == '*' && parts[i] = "el") {
+                                               curtype = curtype.substring(1);
+                                               prevbits += parts[i] + ".";
+                                               continue;
+                                       }
+                                       
                                        // only exact matches from here on...
                                        if (cur_instance) {
                                                if (cls.props.has_key(parts[i])) {