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 651652 - Crash after removing component from Inspector
Crash after removing component from Inspector
Status: RESOLVED FIXED
Product: glade
Classification: Applications
Component: general
3.10.x
Other Linux
: Normal normal
: ---
Assigned To: Glade 3 Maintainers
Glade 3 Maintainers
Depends on:
Blocks:
 
 
Reported: 2011-06-01 17:00 UTC by Arno Mayrhofer
Modified: 2011-10-11 20:05 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Arno Mayrhofer 2011-06-01 17:00:58 UTC
Detailed description + coredump can be found here:

https://bugzilla.redhat.com/show_bug.cgi?id=709801

Best,
Arno
Comment 1 Tristan Van Berkom 2011-10-11 20:05:27 UTC
This is recently fixed by this commit (applied in all branches)


commit 48baf1a8127c4d57a2235a143c7f0e52c209992d
Author: Tristan Van Berkom <tristan.van.berkom@gmail.com>
Date:   Sun Oct 9 17:58:16 2011 -0400

        * gladeui/glade-project.c: Fix glade_project_notify_has_child() to notify
        that the children are gone only when the last item on that level disappears.
    
        Fixes bug 651673