Skip to content
  • Florian Müllner's avatar
    environment: Warn when trying to access a deprecated actor property · 526bb72f
    Florian Müllner authored and Florian Müllner's avatar Florian Müllner committed
    The port away from the old Shell.GenericContainer actor turned many JS
    classes with a corresponding actor property into Clutter.Actor subclasses.
    For compatibility reasons, those properties were kept around for a while.
    They were now removed and any code that still uses them should be adjusted.
    
    Facilitate that transition by defining the compatibility property on
    Clutter.Actor itself, but log a warning every time it is accessed.
    
    !487
    526bb72f