Skip to content
  • Florian Müllner's avatar
    window-list: Temporarily revert back to Lang.Class · c960a6f6
    Florian Müllner authored
    PanelMenu.Button was made a GObject subclass after the 3.30.1 release,
    which means subclassing using ES6 classes works differently before and
    after the release. But as extensions are expected to work for any point
    release of a stable cycle, we cannot do that.
    
    So temporarily revert back to Lang.Class which works in both cases.
    
    #113
    c960a6f6