[Bug 345989] Re: GtkTreeStore doesn't handle GtkBuildable data tag.

2010-09-15 Thread Bug Watch Updater
** Changed in: gtk Importance: Unknown = Medium -- GtkTreeStore doesn't handle GtkBuildable data tag. https://bugs.launchpad.net/bugs/345989 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 345989] Re: GtkTreeStore doesn't handle GtkBuildable data tag.

2009-05-06 Thread Launchpad Bug Tracker
This bug was fixed in the package glade-3 - 3.6.3-0ubuntu1 --- glade-3 (3.6.3-0ubuntu1) jaunty-proposed; urgency=low * New upstream version (LP: #368390) - Fixed crash configuring button content (LP: #356013) - Fixed crash adding related action to button (LP: #358467) -

[Bug 345989] Re: GtkTreeStore doesn't handle GtkBuildable data tag.

2009-05-06 Thread Martin Pitt
Copied to karmic as well. ** Changed in: glade-3 (Ubuntu) Status: Fix Committed = Fix Released -- GtkTreeStore doesn't handle GtkBuildable data tag. https://bugs.launchpad.net/bugs/345989 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 345989] Re: GtkTreeStore doesn't handle GtkBuildable data tag.

2009-04-28 Thread Martin Pitt
Accepted into jaunty-proposed, the package will build now and be available in a few hours. Please test and give feedback here. See https://wiki.ubuntu.com/Testing/EnableProposed for documentation how to enable and use -proposed. Thank you in advance! ** Also affects: glade-3 (Ubuntu Jaunty)

[Bug 345989] Re: GtkTreeStore doesn't handle GtkBuildable data tag.

2009-04-27 Thread Robert Ancell
Fixed in Glade 3.6.2 (by removing support for treestore data) -- GtkTreeStore doesn't handle GtkBuildable data tag. https://bugs.launchpad.net/bugs/345989 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 345989] Re: GtkTreeStore doesn't handle GtkBuildable data tag.

2009-04-27 Thread Sebastien Bacher
** Changed in: glade-3 (Ubuntu) Status: Triaged = Fix Committed -- GtkTreeStore doesn't handle GtkBuildable data tag. https://bugs.launchpad.net/bugs/345989 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing

[Bug 345989] Re: GtkTreeStore doesn't handle GtkBuildable data tag.

2009-04-06 Thread Bug Watch Updater
** Changed in: gtk Status: New = Fix Released -- GtkTreeStore doesn't handle GtkBuildable data tag. https://bugs.launchpad.net/bugs/345989 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 345989] Re: GtkTreeStore doesn't handle GtkBuildable data tag.

2009-04-03 Thread Robert Ancell
Upstream has confirmed this is a bug in Glade 3 (the data for TreeStore GtkBuildable has yet to be defined). This feature will be removed in Glade 3.6.1. ** Package changed: gtk+2.0 (Ubuntu) = glade-3 (Ubuntu) -- GtkTreeStore doesn't handle GtkBuildable data tag.

[Bug 345989] Re: GtkTreeStore doesn't handle GtkBuildable data tag.

2009-04-02 Thread Bug Watch Updater
** Changed in: gtk Status: Unknown = New -- GtkTreeStore doesn't handle GtkBuildable data tag. https://bugs.launchpad.net/bugs/345989 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list

[Bug 345989] Re: GtkTreeStore doesn't handle GtkBuildable data tag.

2009-04-01 Thread Robert Ancell
Upstream bug created: http://bugzilla.gnome.org/show_bug.cgi?id=577685 GTK+ does not currently support setting data for treestores. As a workaround remove all data for any treestores (by hand or in Glade) until this feature is supported. ** Bug watch added: GNOME Bug Tracker #577685

[Bug 345989] Re: GtkTreeStore doesn't handle GtkBuildable data tag.

2009-03-29 Thread Robert Ancell
** Attachment added: Equivalent test program in C http://launchpadlibrarian.net/24496563/Gui.c -- GtkTreeStore doesn't handle GtkBuildable data tag. https://bugs.launchpad.net/bugs/345989 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 345989] Re: GtkTreeStore doesn't handle GtkBuildable data tag.

2009-03-29 Thread Robert Ancell
Thanks for your bug report. I'm reassigning to GTK+ as Glade 3.6 is able to load this UI file correctly - It is when loading in GTK+ where the problem occurs. The problem appears to be in: gtk/gtktreestore.c: gtk_tree_store_buildable_custom_tag_start() Where it doesn't handle the data tag.