Merge lp:~robert-ancell/libappindicator/lp-1065310 into lp:libappindicator/12.10

Proposed by Robert Ancell
Status: Merged
Approved by: Lars Karlitski
Approved revision: 244
Merge reported by: Lars Karlitski
Merged at revision: not available
Proposed branch: lp:~robert-ancell/libappindicator/lp-1065310
Merge into: lp:libappindicator/12.10
Diff against target: 12 lines (+1/-1)
1 file modified
bindings/vala/appindicator-0.1-custom.vala (+1/-1)
To merge this branch: bzr merge lp:~robert-ancell/libappindicator/lp-1065310
Reviewer Review Type Date Requested Status
Lars Karlitski (community) Approve
jenkins (community) continuous-integration Approve
Review via email: mp+129073@code.launchpad.net

Commit message

Fix Vala classes not being able to inherit from Indicator

To post a comment you must log in.
Revision history for this message
jenkins (martin-mrazik+qa) wrote :
review: Approve (continuous-integration)
Revision history for this message
Lars Karlitski (larsu) wrote :

Thanks Robert!

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'bindings/vala/appindicator-0.1-custom.vala'
2--- bindings/vala/appindicator-0.1-custom.vala 2011-09-23 15:46:27 +0000
3+++ bindings/vala/appindicator-0.1-custom.vala 2012-10-10 23:44:21 +0000
4@@ -23,7 +23,7 @@
5 */
6
7 namespace AppIndicator {
8- [CCode (type_check_function = "IS_APP_INDICATOR")]
9+ [CCode (type_check_function = "IS_APP_INDICATOR", type_id = "app_indicator_get_type ()")]
10 public class Indicator : GLib.Object {
11 }
12 }

Subscribers

People subscribed via source and target branches