src/Palete/Gtk.vala
authorAlan Knowles <alan@roojs.com>
Fri, 29 May 2015 06:15:21 +0000 (14:15 +0800)
committerAlan Knowles <alan@roojs.com>
Fri, 29 May 2015 06:15:21 +0000 (14:15 +0800)
src/Palete/Gtk.vala

index 1b0d7e4..8ed09e8 100644 (file)
@@ -408,6 +408,7 @@ namespace Palete {
                                        var foundit = false;
                                        while (citer.next()) {
                                                var scls = citer.get_key();
+                                               print("checking against class %s\n",scls);
                                                var look = prevbits + parts[i];
                                                if (scls.index_of(look,0) != 0) {
                                                        continue;