From 26b796b2338912270191e6fe6e4c4b578bbd23f3 Mon Sep 17 00:00:00 2001 From: Robert Ancell Date: Thu, 11 Oct 2012 12:33:35 +1300 Subject: Fix Vala classes not being able to inherit from Indicator --- bindings/vala/appindicator-0.1-custom.vala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bindings') diff --git a/bindings/vala/appindicator-0.1-custom.vala b/bindings/vala/appindicator-0.1-custom.vala index 96152a2..9fa51eb 100644 --- a/bindings/vala/appindicator-0.1-custom.vala +++ b/bindings/vala/appindicator-0.1-custom.vala @@ -23,7 +23,7 @@ */ namespace AppIndicator { - [CCode (type_check_function = "IS_APP_INDICATOR")] + [CCode (type_check_function = "IS_APP_INDICATOR", type_id = "app_indicator_get_type ()")] public class Indicator : GLib.Object { } } -- cgit v1.2.3