Temporary disable 2012-05-13T13:33:33Z!koraq@xs4all.nl.

the_new_lipk discovered an issue when trying to remove and addon caused
by this commit. Needs more investigation but I don't have time at the
moment. So restore its previous behaviour and look for a proper fix
later.
This commit is contained in:
Mark de Wever 2012-05-13 18:03:56 +00:00
parent a849f6c7a4
commit 0b3648fe28

View file

@ -628,7 +628,7 @@ const twidget* tgrid::find(const std::string& id,
bool tgrid::has_widget(const twidget* widget) const
{
foreach(const tchild& child, children_) {
if(child.widget()->has_widget(widget)) {
if(child.widget() == /*->has_widget*/(widget)) {
return true;
}
}