~compiz-team/compiz/compiz.fix_1004848

Viewing all changes in revision 3226.

  • Committer: smspillaz
  • Date: 2012-05-26 10:31:19 UTC
  • Revision ID: sam.spilsbury@canonical.com-20120526103119-63jsvgvz7pk2flic
  Don't read plugin.Initialized and test the value.
  
  The python bindings indicate that all this does is return whether or not
  the plugin is loaded, which is user-configurable and not deterministic.
  
      property Initialized:
          def __get__ (self):
              return bool (self.loaded)
  
  As such, we shouldn't be testing that value

expand all expand all

Show diffs side-by-side

added added

removed removed

Lines of Context: