~compiz-team/compiz/compiz.fix_1005569

Viewing all changes in revision 3233.

  • Committer: Daniel van Vugt
  • Author(s): smspillaz
  • Date: 2012-05-28 06:20:50 UTC
  • mfrom: (3225.7.1 compiz)
  • Revision ID: daniel.van.vugt@canonical.com-20120528062050-u5038pad1jhwilmj
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

(LP: #1004848)

expand all expand all

Show diffs side-by-side

added added

removed removed

Lines of Context: