Skip to content
Commit 4474ebb2 authored by Daniel Elstner's avatar Daniel Elstner
Browse files

Correct base type check in Container_Class::remove_callback()

* gtk/src/container.ccg (Gtk::Container_Class::remove_callback):
In order to test for the abstract GtkContainer parent class, actually
compare against the parent type instead of making invalid assumptions
about the derived type.  By means of the alternative Glib::ObjectBase
constructor, it is possible to create a custom GObject type different
from the standard one.
parent de3fb494
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment