blob: e71cb690c15eacf1d4002c9e34eee27df959ed39 (
plain)
1 # http://bazaar.launchpad.net/~indicator-applet-developers/libappindicator/trunk.12.10/revision/244
2 === modified file 'bindings/vala/appindicator-0.1-custom.vala'
3 --- a/bindings/vala/appindicator-0.1-custom.vala 2011-09-23 15:46:27 +0000
4 +++ b/bindings/vala/appindicator-0.1-custom.vala 2012-10-10 23:33:35 +0000
5 @@ -23,7 +23,7 @@
6 */
7
8 namespace AppIndicator {
9 - [CCode (type_check_function = "IS_APP_INDICATOR")]
10 + [CCode (type_check_function = "IS_APP_INDICATOR", type_id = "app_indicator_get_type ()")]
11 public class Indicator : GLib.Object {
12 }
13 }
|