Palete/Gtk.js
authorAlan Knowles <alan@roojs.com>
Tue, 10 Jun 2014 12:05:29 +0000 (20:05 +0800)
committerAlan Knowles <alan@roojs.com>
Tue, 10 Jun 2014 12:05:29 +0000 (20:05 +0800)
Palete/Gtk.js

index 294e8d9..80adfea 100644 (file)
@@ -417,7 +417,7 @@ Gtk = XObject.define(
         {
             print(type_info);
             if (type_info == 17) {
-                return '???';
+                return 'integer';
             }
             var x = GIRepository.type_info_get_tag(type_info);
             print(x);