I think that the change that was applied before, just got lost.

At line 14626 for gtk 2.10.6, says :

  if (!GTK_WIDGET_REALIZED (widget))

but it should be

  if (GTK_WIDGET_REALIZED (widget))

just removing the negation, will work again.

Thanks.

-- 
Bug #61835 it's happening again, no grid-lines
https://launchpad.net/bugs/67917

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

Reply via email to