Fixed breakage in GTKSupport due to GTK->GTK1 rename The GTKSupport module is a helper module for GTK1 (the classes in it can be accessed as GTK1.xxx). As such, it needs to reference the GTK1 module, not the (incompatible) GTK2 module which you may (or may not) get from referencing "GTK" nowadays...