After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 511605 - [PATCH] HildonBreadCrumb is unusable
[PATCH] HildonBreadCrumb is unusable
Status: RESOLVED OBSOLETE
Product: vala
Classification: Core
Component: Bindings
0.1.x
Other All
: Normal normal
: ---
Assigned To: Vala maintainers
Vala maintainers
Depends on:
Blocks:
 
 
Reported: 2008-01-23 19:14 UTC by Levi Bard
Modified: 2008-01-23 19:40 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Patch to hildon-1 metadata (2.99 KB, patch)
2008-01-23 19:16 UTC, Levi Bard
none Details | Review
hildon-1 metadata patch (2.99 KB, patch)
2008-01-23 19:21 UTC, Levi Bard
none Details | Review

Description Levi Bard 2008-01-23 19:14:42 UTC
Please describe the problem:
HildonBreadCrumb is currently unusable.


Steps to reproduce:
1. Write some code that uses Hildon.BreadCrumb (--pkg hildon-1)
2. Compile it



Actual results:
error: Hildon.BreadCrumb: Interfaces cannot have multiple instantiable prerequisites (`Gtk.Object' and `GLib.InitiallyUnowned')


Expected results:
Successful compilation

Does this happen every time?
Yes.

Other information:
Comment 1 Levi Bard 2008-01-23 19:16:36 UTC
Created attachment 103567 [details] [review]
Patch to hildon-1 metadata

Suppresses explicit, direct inheritance of (already indirectly inherited) Gtk.Object and GLib.InitiallyUnowned
Comment 2 Levi Bard 2008-01-23 19:21:56 UTC
Created attachment 103569 [details] [review]
hildon-1 metadata patch
Comment 3 Jürg Billeter 2008-01-23 19:31:37 UTC
The Hildon.BreadCrumb issue has already been fixed in r830 without .metadata. Can you explain the issue you're seeing in the .vapi file?